Searched defs:WrapperTypeInfo (Results 1 – 1 of 1) sorted by relevance
70 struct WrapperTypeInfo { struct92 static const WrapperTypeInfo* unwrap(v8::Handle<v8::Value> typeInfoWrapper) in unwrap() argument98 bool equals(const WrapperTypeInfo* that) const in equals() argument103 bool isSubclass(const WrapperTypeInfo* that) const in isSubclass() argument113 void configureWrapper(v8::PersistentBase<v8::Object>* wrapper) const in configureWrapper()120 v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate* isolate) const in domTemplate()125 void refObject(ScriptWrappableBase* internalPointer) const in refObject()131 void derefObject(ScriptWrappableBase* internalPointer) const in derefObject()137 WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer) const in createPersistentHandle()143 …llConditionallyEnabledMethods(v8::Handle<v8::Object> prototypeTemplate, v8::Isolate* isolate) const in installConditionallyEnabledMethods()[all …]