Home
last modified time | relevance | path

Searched refs:emptyObjectStructure (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h204 Structure* emptyObjectStructure() const { return m_emptyObjectStructure.get(); } in emptyObjectStructure() function
400 return constructEmptyObject(exec, globalObject->emptyObjectStructure()); in constructEmptyObject()
DJSFunction.cpp190 … JSObject* prototype = constructEmptyObject(exec, scope()->globalObject->emptyObjectStructure()); in getOwnPropertySlot()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1274 structure = constructor->scope()->globalObject->emptyObjectStructure(); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4273 structure = constructor->scope()->globalObject->emptyObjectStructure(); in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1622223 (JSC::JSGlobalObject::emptyObjectStructure):