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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptWrappable.h48 class ScriptWrappable { class in namespace:WebCore
50 ScriptWrappable() : m_wrapperOrTypeInfo(0) { } function in class:WebCore::ScriptWrappable
102 static bool wrapperCanBeStoredInObject(const ScriptWrappable*) { return true; } argument
109 static void setWrapperInObject(ScriptWrappable* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration)
120 static const WrapperTypeInfo* getTypeInfoFromObject(ScriptWrappable* object)
130 static void setTypeInfoInObject(ScriptWrappable* object, const WrapperTypeInfo* info)
136 ~ScriptWrappable()
159 static UnsafePersistent<v8::Object> getUnsafeWrapperFromObject(ScriptWrappable* object)
180 static void makeWeakCallback(v8::Isolate* isolate, v8::Persistent<v8::Object>* wrapper, ScriptWrappable* key)
184 // Note: |object| might not be equal to |key|, e.g., if ScriptWrappable is
[all...]

Completed in 61 milliseconds