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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSONObject.h35 class JSONObject : public JSNonFinalObject { class in namespace:JSC
39 static JSONObject* create(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
41 JSONObject* object = new (NotNull, allocateCell<JSONObject>(*exec->heap())) JSONObject(globalObject, structure);
58 JSONObject(JSGlobalObject*, Structure*);
H A DJSONObject.cpp27 #include "JSONObject.h"
46 ASSERT_HAS_TRIVIAL_DESTRUCTOR(JSONObject);
53 #include "JSONObject.lut.h"
57 JSONObject::JSONObject(JSGlobalObject* globalObject, Structure* structure) function in class:JSC::JSONObject
62 void JSONObject::finishCreation(JSGlobalObject* globalObject)
580 // ------------------------------ JSONObject --------------------------------
582 const ClassInfo JSONObject::s_info = { "JSON", &JSNonFinalObject::s_info, 0, ExecState::jsonTable, CREATE_METHOD_TABLE(JSONObject) };
584 /* Source for JSONObject
[all...]
H A DJSGlobalObject.cpp60 #include "JSONObject.h"
318 putDirectWithoutTransition(exec->vm(), exec->propertyNames().JSON, JSONObject::create(exec, this, JSONObject::createStructure(exec->vm(), this, m_objectPrototype.get())), DontEnum);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.cpp36 #include <runtime/JSONObject.h>

Completed in 67 milliseconds