Home
last modified time | relevance | path

Searched defs:json (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/tooling/test/
Dpt_json_test.cpp46 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
56 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
66 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
76 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
86 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
96 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
106 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
119 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local
159 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local
Ddebugger_types_test.cpp1733 auto json = samplingHeapProfileSampleData->ToJson(); in HWTEST_F_L0() local
1811 auto json = samplingHeapProfileNode->ToJson(); in HWTEST_F_L0() local
1922 auto json = samplingHeapProfile->ToJson(); in HWTEST_F_L0() local
2018 auto json = positionTickInfo->ToJson(); in HWTEST_F_L0() local
2090 auto json = profilenode->ToJson(); in HWTEST_F_L0() local
2179 auto json = profile->ToJson(); in HWTEST_F_L0() local
2237 auto json = coverage->ToJson(); in HWTEST_F_L0() local
2303 auto json = functionCoverage->ToJson(); in HWTEST_F_L0() local
2376 auto json = scriptCoverage->ToJson(); in HWTEST_F_L0() local
Ddebugger_events_test.cpp73 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/tooling/
Ddispatcher.cpp31 std::unique_ptr<PtJson> json = PtJson::Parse(message); in DispatchRequest() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1425 Local<JSValueRef> JSON::Stringify(const EcmaVM *vm, Local<JSValueRef> json) in Stringify()