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
101 static bool wrapperCanBeStoredInObject(const ScriptWrappable*) { return true; } argument
108 static void setWrapperInObject(ScriptWrappable* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration)
119 static const WrapperTypeInfo* getTypeInfoFromObject(ScriptWrappable* object)
129 static void setTypeInfoInObject(ScriptWrappable* object, const WrapperTypeInfo* info)
137 return ScriptWrappable::getUnsafeWrapperFromObject(object).template setReturnValueWithSecurityCheck<V8T>(returnValue, object);
143 return ScriptWrappable::getUnsafeWrapperFromObject(object).setReturnValue(returnValue);
147 ~ScriptWrappable()
170 static UnsafePersistent<v8::Object> getUnsafeWrapperFromObject(ScriptWrappable* objec
[all...]

Completed in 48 milliseconds