JSClassCreate top-level property
Creates a JavaScript class suitable for use with JSObjectMake.
definition A JSClassDefinition that defines the class.
@result A JSClass with the given definition. Ownership follows the Create Rule.
Implementation
final JSClassRef Function(Pointer<JSClassDefinition> definition) JSClassCreate =
jscLib.lookup<NativeFunction<JSClassRef Function(Pointer<JSClassDefinition> definition)>>('JSClassCreate').asFunction();