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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.cpp 65 extern JSC_CONST_HASHTABLE HashTable arrayTable;
108 , arrayTable(fastNew<HashTable>(JSC::arrayTable))
166 arrayTable->deleteTable();
175 fastDelete(const_cast<HashTable*>(arrayTable));
JSGlobalData.h 108 const HashTable* arrayTable;
ArrayPrototype.cpp 90 const ClassInfo ArrayPrototype::info = {"Array", &JSArray::info, 0, ExecState::arrayTable};
93 @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...]
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 95 static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTable; }

Completed in 173 milliseconds