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

  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 78 static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTable; }
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 95 extern JSC_CONST_HASHTABLE HashTable arrayTable;
149 , arrayTable(fastNew<HashTable>(JSC::arrayTable))
278 arrayTable->deleteTable();
288 fastDelete(const_cast<HashTable*>(arrayTable));
JSGlobalData.h 139 const HashTable* arrayTable;
ArrayPrototype.cpp 88 const ClassInfo ArrayPrototype::s_info = {"Array", &JSArray::s_info, 0, ExecState::arrayTable};
91 @begin arrayTable 16
126 return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot);
131 return getStaticFunctionDescriptor<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, descriptor);
    [all...]

Completed in 152 milliseconds