Used in JSObjectGetPrivate as that may be called during finalization
| 106 | |
| 107 | // Used in JSObjectGetPrivate as that may be called during finalization |
| 108 | inline JSC::JSObject* uncheckedToJS(JSObjectRef o) |
| 109 | { |
| 110 | return reinterpret_cast<JSC::JSObject*>(o); |
| 111 | } |
| 112 | |
| 113 | inline JSC::JSObject* toJS(JSObjectRef o) |
| 114 | { |