Searched refs:setPrototype (Results 1 – 11 of 11) sorted by relevance
51 setPrototype(window->prototype()); in setWindow()
240 jsClassData.cachedPrototype->setPrototype(prototype); in prototype()
86 object->setPrototype(prototype); in JSObjectMake()248 jsObject->setPrototype(jsValue.isObject() ? jsValue : jsNull()); in JSObjectSetPrototype()
85 void setPrototype(JSValue prototype);271 inline void JSObject::setPrototype(JSValue prototype) in setPrototype() function
352 setPrototype(prototype); in resetPrototype()357 oldLastInPrototypeChain->setPrototype(objectPrototype); in resetPrototype()
118 setPrototype(value); in put()
6670 (JSC::JSObject::setPrototype):14938 (JSC::JSObject::setPrototype):22257 (JSC::JSObject::setPrototype):33695 (OpaqueJSClass::prototype): Pass in a structure. Call setPrototype
18346 (KJS::ObjectImp::setPrototype): Ditto.19157 (KJS::ObjectImp::setPrototype):
16104 (ObjectImp::setPrototype), (ObjectImp::className), (ObjectImp::get),
5163 (KJS::Window::clear): Added call to setPrototype to ensure
61423 rather than explicitly setting using setPrototype. This removes many64102 for the JSDOMWindow (the global object) before a call to setPrototype overwrote