Searched refs:arrayTable (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSGlobalData.cpp | 95 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()
|
D | JSGlobalData.h | 139 const HashTable* arrayTable; variable
|
D | ArrayPrototype.cpp | 88 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/ |
D | CallFrame.h | 78 …static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTab… in arrayTable() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 7593 (KJS::ExecState::arrayTable): 16959 (KJS::ExecState::arrayTable):
|
D | ChangeLog-2009-06-16 | 31180 (JSC::ExecState::arrayTable): Ditto.
|