Contents

JSClassRef

A JavaScript class.

Declaration

typealias JSClassRef = OpaquePointer

Discussion

Use this type with JSObjectMake(_:_:_:) to construct objects with custom behavior.

See Also

JavaScriptCore Engine Interface