Home
last modified time | relevance | path

Searched refs:storedPrototype (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStructureChain.cpp41 …urrent = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->stor… in StructureChain()
47 …urrent = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->stor… in StructureChain()
DStructure.h99 JSValue storedPrototype() const { return m_prototype.get(); } in storedPrototype() function
DStructure.cpp223 , m_prototype(globalData, this, previous->storedPrototype()) in Structure()
DJSObject.h425 return m_structure->storedPrototype(); in prototype()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.h145 …MStructure<WrapperClass>(exec, static_cast<JSDOMGlobalObject*>(globalObject))->storedPrototype())); in getDOMPrototype()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp580 testPrototype(oldStructure->storedPrototype(), failureCases); in privateCompilePutByIdTransition()
585 testPrototype((*it)->storedPrototype(), failureCases); in privateCompilePutByIdTransition()
DJITPropertyAccess32_64.cpp596 testPrototype(oldStructure->storedPrototype(), failureCases); in privateCompilePutByIdTransition()
601 testPrototype((*it)->storedPrototype(), failureCases); in privateCompilePutByIdTransition()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162399 (JSC::Structure::storedPrototype):
2810 (JSC::Structure::storedPrototype):
3132 (JSC::Structure::storedPrototype):
3735 (JSC::Structure::storedPrototype):
18142 (JSC::Structure::storedPrototype):
18194 (JSC::Structure::storedPrototype):
DChangeLog-2009-06-166931 (JSC::Structure::storedPrototype):
15187 (JSC::Structure::storedPrototype):
35233 (JSC::StructureID::storedPrototype):