Searched defs:JSWrapperObject (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSWrapperObject.h31 class JSWrapperObject : public JSNonFinalObject { class in namespace:JSC
33 explicit JSWrapperObject(JSGlobalData&, Structure*);
53 inline JSWrapperObject::JSWrapperObject(JSGlobalData& globalData, Structure* structure) function in class:JSC::JSWrapperObject
58 inline JSValue JSWrapperObject::internalValue() const
63 inline void JSWrapperObject::setInternalValue(JSGlobalData& globalData, JSValue value)

Completed in 82 milliseconds