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

  /external/v8/src/
contexts.h 68 V(JSON_OBJECT_INDEX, JSObject, json_object) \
bootstrapper.cc 743 Handle<JSObject> json_object = Factory::NewJSObject(cons, TENURED); local
744 ASSERT(json_object->IsJSObject());
745 SetProperty(global, name, json_object, DONT_ENUM);
746 global_context()->set_json_object(*json_object);
    [all...]

Completed in 134 milliseconds