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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.cpp 66 extern JSC_CONST_HASHTABLE HashTable jsonTable;
110 , jsonTable(fastNew<HashTable>(JSC::jsonTable))
168 jsonTable->deleteTable();
177 fastDelete(const_cast<HashTable*>(jsonTable));
JSGlobalData.h 110 const HashTable* jsonTable;
JSONObject.cpp 597 const ClassInfo JSONObject::info = { "JSON", 0, 0, ExecState::jsonTable };
600 @begin jsonTable
610 return getStaticFunctionSlot<JSObject>(exec, ExecState::jsonTable(exec), this, propertyName, slot);
615 return getStaticFunctionDescriptor<JSObject>(exec, ExecState::jsonTable(exec), this, propertyName, descriptor);
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 97 static const HashTable* jsonTable(CallFrame* callFrame) { return callFrame->globalData().jsonTable; }

Completed in 53 milliseconds