Home
last modified time | relevance | path

Searched refs:arrayTable (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp95 extern JSC_CONST_HASHTABLE HashTable arrayTable;
149 , arrayTable(fastNew<HashTable>(JSC::arrayTable)) in JSGlobalData()
278 arrayTable->deleteTable(); in ~JSGlobalData()
288 fastDelete(const_cast<HashTable*>(arrayTable)); in ~JSGlobalData()
DJSGlobalData.h139 const HashTable* arrayTable; variable
DArrayPrototype.cpp88 const ClassInfo ArrayPrototype::s_info = {"Array", &JSArray::s_info, 0, ExecState::arrayTable};
126 …return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot); in getOwnPropertySlot()
131 …return getStaticFunctionDescriptor<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName,… in getOwnPropertyDescriptor()
/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h78 …static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTab… in arrayTable() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-107593 (KJS::ExecState::arrayTable):
16959 (KJS::ExecState::arrayTable):
DChangeLog-2009-06-1631180 (JSC::ExecState::arrayTable): Ditto.