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

  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 80 static const HashTable* jsonTable(CallFrame* callFrame) { return callFrame->globalData().jsonTable; }
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 96 extern JSC_CONST_HASHTABLE HashTable jsonTable;
151 , jsonTable(fastNew<HashTable>(JSC::jsonTable))
280 jsonTable->deleteTable();
290 fastDelete(const_cast<HashTable*>(jsonTable));
JSGlobalData.h 141 const HashTable* jsonTable;
JSONObject.cpp 586 const ClassInfo JSONObject::s_info = { "JSON", &JSObjectWithGlobalObject::s_info, 0, ExecState::jsonTable };
589 @begin jsonTable
599 return getStaticFunctionSlot<JSObject>(exec, ExecState::jsonTable(exec), this, propertyName, slot);
604 return getStaticFunctionDescriptor<JSObject>(exec, ExecState::jsonTable(exec), this, propertyName, descriptor);

Completed in 79 milliseconds