JavaScriptCore.ClassVTable¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
delete_property |
r/w |
a |
|
enumerate_properties |
r/w |
a |
|
get_property |
r/w |
a |
|
has_property |
r/w |
a |
|
set_property |
r/w |
a |
Methods¶
None
Details¶
- class JavaScriptCore.ClassVTable¶
Virtual table for a
JavaScriptCore.Class
. This can be optionally used when registering aJavaScriptCore.Class
in aJavaScriptCore.Context
to provide a custom implementation for the class. All virtual functions are optional and can be set toNone
to fallback to the default implementation.