Home
last modified time | relevance | path

Searched refs:inheritorID (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSFunction.cpp258 structure = asObject(prototype)->inheritorID(); in construct()
DJSObject.h90 Structure* inheritorID();
322 inline Structure* JSObject::inheritorID() in inheritorID() function
DJSGlobalObject.cpp218 d()->emptyObjectStructure = d()->objectPrototype->inheritorID(); in reset()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp1889 structure = asObject(stackFrame.args[3].jsValue())->inheritorID(); in DEFINE_STUB_FUNCTION()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3467 structure = asObject(prototype)->inheritorID(); in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1622259 (JSC::JSObject::inheritorID):
/external/webkit/WebCore/
DChangeLog-2009-06-1687920 a prototype rather than a structure. Made the use of inheritorID() here
DChangeLog-2010-01-2961031 inheritorID for the prototype structure which is unsafe for anything other