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

/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.h98 static const HashTable& jsonTable(VM& vm) { return *vm.jsonTable; } function in class:JSC::ExecState
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.cpp112 extern const HashTable jsonTable;
180 , jsonTable(adoptPtr(new HashTable(JSC::jsonTable)))
363 jsonTable->deleteTable();
H A DVM.h243 const OwnPtr<const HashTable> jsonTable; member in class:JSC::VM
H A DJSONObject.cpp591 const ClassInfo JSONObject::s_info = { "JSON", &JSNonFinalObject::s_info, 0, ExecState::jsonTable, CREATE_METHOD_TABLE(JSONObject) };
594 @begin jsonTable
604 return getStaticFunctionSlot<JSObject>(exec, ExecState::jsonTable(exec->vm()), jsCast<JSONObject*>(object), propertyName, slot);

Completed in 109 milliseconds