Searched refs:cachedPrototype (Results 1 – 4 of 4) sorted by relevance
252 if (!jsClassData.cachedPrototype) { in prototype()254 …jsClassData.cachedPrototype.set(exec->globalData(), new (exec) JSCallbackObject<JSObjectWithGlobal… in prototype()257 jsClassData.cachedPrototype->setPrototype(exec->globalData(), prototype); in prototype()260 return jsClassData.cachedPrototype.get(); in prototype()
85 JSC::Weak<JSC::JSObject> cachedPrototype; member
6413 Initialize cachedPrototype to 0.
12428 Added a WeakGCPtr class and changed OpaqueJSClass::cachedPrototype to