Searched refs:json_object (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | json-parser.cc | 329 Handle<JSObject> json_object) { in ParseElement() argument 352 JSObject::SetOwnElementIgnoreAttributes(json_object, index, value, NONE) in ParseElement() 367 Handle<JSObject> json_object = in ParseJsonObject() local 369 Handle<Map> map(json_object->map(), isolate()); in ParseJsonObject() 385 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject() 464 CommitStateToJsonObject(json_object, map, properties.GetVector()); in ParseJsonObject() 466 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key, value) in ParseJsonObject() 472 CommitStateToJsonObject(json_object, map, properties.GetVector()); in ParseJsonObject() 482 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject() 503 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key, in ParseJsonObject() [all …]
|
D | json-parser.h | 116 ParseElementResult ParseElement(Handle<JSObject> json_object); 142 void CommitStateToJsonObject(Handle<JSObject> json_object, Handle<Map> map,
|
D | bootstrapper.cc | 2728 Handle<JSObject> json_object = in InitializeGlobal() local 2730 JSObject::AddProperty(isolate_, global, name, json_object, DONT_ENUM); in InitializeGlobal() 2731 SimpleInstallFunction(isolate_, json_object, "parse", Builtins::kJsonParse, in InitializeGlobal() 2733 SimpleInstallFunction(isolate_, json_object, "stringify", in InitializeGlobal() 2736 isolate_, json_object, factory->to_string_tag_symbol(), in InitializeGlobal()
|
D | api.cc | 3061 Local<Value> json_object, in Stringify() argument 3064 i::Handle<i::Object> object = Utils::OpenHandle(*json_object); in Stringify()
|
/external/autotest/site_utils/stable_images/ |
D | build_data.py | 108 json_object = json.load(sp.stdout) 112 return json_object
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 261 std::string json_object; in OnMessageFromPeer() local 537 void Conductor::SendMessage(const std::string& json_object) { in SendMessage() argument 538 std::string* msg = new std::string(json_object); in SendMessage()
|
D | conductor.h | 114 void SendMessage(const std::string& json_object);
|
/external/v8/include/ |
D | v8.h | 1980 Local<Context> context, Local<Value> json_object,
|