Searched refs:arrayPrototypeTable (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.h91 static const HashTable& arrayPrototypeTable(VM& vm) { return *vm.arrayPrototypeTable; } function in class:JSC::ExecState
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.cpp110 extern const HashTable arrayPrototypeTable;
173 , arrayPrototypeTable(adoptPtr(new HashTable(JSC::arrayPrototypeTable)))
355 arrayPrototypeTable->deleteTable();
H A DVM.h236 const OwnPtr<const HashTable> arrayPrototypeTable; member in class:JSC::VM
H A DArrayPrototype.cpp90 const ClassInfo ArrayPrototype::s_info = {"Array", &JSArray::s_info, 0, ExecState::arrayPrototypeTable, CREATE_METHOD_TABLE(ArrayPrototype)};
93 @begin arrayPrototypeTable 16
146 return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayPrototypeTable(exec->vm()), jsCast<ArrayPrototype*>(object), propertyName, slot);

Completed in 127 milliseconds