HomeSort by relevance Sort by last modified time
    Searched refs:storedPrototype (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
StructureChain.cpp 41 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
47 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
Structure.h 99 JSValue storedPrototype() const { return m_prototype.get(); }
JSObject.h 425 return m_structure->storedPrototype();
    [all...]
Structure.cpp 223 , m_prototype(globalData, this, previous->storedPrototype())
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.h 145 return static_cast<JSC::JSObject*>(asObject(getDOMStructure<WrapperClass>(exec, static_cast<JSDOMGlobalObject*>(globalObject))->storedPrototype()));
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 580 testPrototype(oldStructure->storedPrototype(), failureCases);
585 testPrototype((*it)->storedPrototype(), failureCases);
    [all...]
JITPropertyAccess32_64.cpp 596 testPrototype(oldStructure->storedPrototype(), failureCases);
601 testPrototype((*it)->storedPrototype(), failureCases);
    [all...]

Completed in 476 milliseconds