SpiderMonkey Internal
JSObject
1 | // Class Hierarchy |
The PropertyInfo
contains the slot index of the property.
1 | obj->getSlot(prop.slot()); |
1 | class NativeObject : public JSObject { |
[To be continued]
1 | // Class Hierarchy |
The PropertyInfo
contains the slot index of the property.
1 | obj->getSlot(prop.slot()); |
1 | class NativeObject : public JSObject { |
[To be continued]