Searched defs:WrapperTypeInfo (Results 1 – 1 of 1) sorted by relevance
80 struct WrapperTypeInfo { struct82 static const WrapperTypeInfo* unwrap(v8::Handle<v8::Value> typeInfoWrapper) in unwrap() argument88 bool equals(const WrapperTypeInfo* that) const in equals() argument93 bool isSubclass(const WrapperTypeInfo* that) const in isSubclass() argument103 v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate* isolate) const in domTemplate()108 …stallPerContextEnabledMethods(v8::Handle<v8::Object> prototypeTemplate, v8::Isolate* isolate) const in installPerContextEnabledMethods()136 …// This field must be the first member of the struct WrapperTypeInfo. This is also checked by a CO… argument145 const WrapperTypeInfo* parentClass; argument151 …COMPILE_ASSERT(offsetof(struct WrapperTypeInfo, ginEmbedder) == offsetof(struct gin::WrapperInfo, … argument