Searched refs:prototypeClass (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.cpp48 , prototypeClass(0)
85 prototypeClass = JSClassRetain(protoClass);
107 if (prototypeClass)
108 JSClassRelease(prototypeClass);
195 if (!prototypeClass)
204 JSObject* prototype = JSCallbackObject<JSDestructibleObject>::create(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->callbackObjectStructure(), prototypeClass, &jsClassData); // set jsClassData as the object's private data, so it can clear our reference on destruction
H A DJSClassRef.h98 OpaqueJSClass* prototypeClass; member in struct:OpaqueJSClass

Completed in 116 milliseconds