javascriptcore.Class

Undocumented in source.

Public Imports

javascriptcore.c.types
public import javascriptcore.c.types;
Undocumented in source.

Members

Classes

Class
class Class

A JSSClass represents a custom JavaScript class registered by the user in a #JSCContext. It allows to create new JavaScripts objects whose instances are created by the user using this API. It's possible to add constructors, properties and methods for a JSSClass by providing #GCallback<!-- -->s to implement them.

Meta