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

/external/webkit/JavaScriptCore/API/
H A DJSClassRef.cpp58 OpaqueJSClass::OpaqueJSClass(const JSClassDefinition* definition, OpaqueJSClass* protoClass) function in class:OpaqueJSClass
108 OpaqueJSClass::~OpaqueJSClass()
134 PassRefPtr<OpaqueJSClass> OpaqueJSClass::createNoAutomaticPrototype(const JSClassDefinition* definition)
136 return adoptRef(new OpaqueJSClass(definition, 0));
146 PassRefPtr<OpaqueJSClass> OpaqueJSClass
[all...]
H A DJSClassRef.h62 struct OpaqueJSClass;
64 // An OpaqueJSClass (JSClass) is created without a context, so it can be used with any context, even across context groups.
67 OpaqueJSClassContextData(OpaqueJSClass*);
70 // It is necessary to keep OpaqueJSClass alive because of the following rare scenario:
72 // 2. The class is released, and when all JS objects that use it are collected, OpaqueJSClass
76 RefPtr<OpaqueJSClass> m_class;
83 struct OpaqueJSClass : public ThreadSafeShared<OpaqueJSClass> { struct in inherits:ThreadSafeShared
84 static PassRefPtr<OpaqueJSClass> create(const JSClassDefinition*);
85 static PassRefPtr<OpaqueJSClass> createNoAutomaticPrototyp
[all...]
/external/webkit/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp527 OpaqueJSClass::~OpaqueJSClass()

Completed in 58 milliseconds