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.Classin aJavaScriptCore.Contextto provide a custom implementation for the class. All virtual functions are optional and can be set toNoneto fallback to the default implementation.