Home
last modified time | relevance | path

Searched defs:WrapperTypeInfo (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DWrapperTypeInfo.h53 struct WrapperTypeInfo { struct
55 static WrapperTypeInfo* unwrap(v8::Handle<v8::Value> typeInfoWrapper) in unwrap() argument
61 bool equals(const WrapperTypeInfo* that) const in equals() argument
66 bool isSubclass(const WrapperTypeInfo* that) const in isSubclass() argument
94 const WrapperTypeInfo* parentClass; argument