Searched refs:cachedPrototype (Results 1 – 4 of 4) sorted by relevance
143 jsClassData->cachedPrototype.clear(toJS(prototype)); in clearReferenceToPrototype()251 if (!jsClassData.cachedPrototype) { in prototype()253 …jsClassData.cachedPrototype = new (exec) JSCallbackObject<JSObject>(exec, exec->lexicalGlobalObjec… in prototype()256 jsClassData.cachedPrototype->setPrototype(prototype); in prototype()259 return jsClassData.cachedPrototype.get(); in prototype()
80 JSC::WeakGCPtr<JSC::JSObject> cachedPrototype; member
4120 Added a WeakGCPtr class and changed OpaqueJSClass::cachedPrototype to
6413 Initialize cachedPrototype to 0.