Home
last modified time | relevance | path

Searched refs:Stringify (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h64 void Stringify(std::nullptr_t) in Stringify() function
69 void Stringify(bool boolean) in Stringify() function
75 void Stringify(T &&number) in Stringify() function
85 void Stringify(std::string_view string) in Stringify() function
90 void Stringify(const char *string) in Stringify() function
96 void Stringify(T &&array);
99 void Stringify(T &&object);
112 Stringify(std::forward<T>(value)); in Add()
133 Stringify(key); in AddProperty()
135 Stringify(std::forward<T>(value)); in AddProperty()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h68 void Stringify(std::nullptr_t) in Stringify() function
74 void Stringify(T integral) in Stringify() function
80 void Stringify(T number) in Stringify() function
89 void Stringify(std::string_view string) in Stringify() function
94 void Stringify(const char *string) in Stringify() function
100 void Stringify(T &&array);
103 void Stringify(T &&object);
116 Stringify(std::forward<T>(value)); in Add()
137 Stringify(key); in AddProperty()
139 Stringify(std::forward<T>(value)); in AddProperty()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.h33 static JSTaggedValue Stringify(EcmaRuntimeCallInfo *argv);
45 static JSTaggedValue Stringify(EcmaRuntimeCallInfo *argv);
51 static JSTaggedValue Stringify(EcmaRuntimeCallInfo *argv);
Dbuiltins_json.cpp163 JSTaggedValue BuiltinsJson::Stringify(EcmaRuntimeCallInfo *argv) in Stringify() function in panda::ecmascript::builtins::BuiltinsJson
168 JSTaggedValue BuiltinsSendableJson::Stringify(EcmaRuntimeCallInfo *argv) in Stringify() function in panda::ecmascript::builtins::BuiltinsSendableJson
173 JSTaggedValue BuiltinsBigIntJson::Stringify(EcmaRuntimeCallInfo *argv) in Stringify() function in panda::ecmascript::builtins::BuiltinsBigIntJson
180 BUILTINS_API_TRACE(argv->GetThread(), Json, Stringify); in StringifyWithTransformType()
201 JSHandle<JSTaggedValue> result = stringifier.Stringify(handleValue, handleReplacer, handleGap); in StringifyWithTransformType()
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp49 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
59 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
69 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
79 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
89 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
99 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
112 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
127 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0()
177 EXPECT_EQ(root->Stringify(), in HWTEST_F_L0()
185 std::string result = ptJson.Stringify(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp174 …JSHandle<JSTaggedValue> resultString1 = stringifier1.Stringify(handleValue, handleReplacer1, handl… in HWTEST_F_L0()
180 …JSHandle<JSTaggedValue> resultString2 = stringifier2.Stringify(handleValue, handleReplacer2, handl… in HWTEST_F_L0()
203 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
231 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
271 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
294 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
336 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
375 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
404 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
462 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0()
[all …]
/arkcompiler/toolchain/tooling/client/domain/
Dprofiler_client.cpp63 std::string message = request->Stringify(); in CpuprofileEnableCommand()
83 std::string message = request->Stringify(); in CpuprofileDisableCommand()
103 std::string message = request->Stringify(); in CpuprofileCommand()
123 std::string message = request->Stringify(); in CpuprofileStopCommand()
144 std::string message = request->Stringify(); in SetSamplingIntervalCommand()
194 WriteCpuProfileForFile(cpufile, profile->Stringify()); in RecvProfilerResult()
Dheapprofiler_client.cpp70 std::string message = request->Stringify(); in HeapDumpCommand()
91 std::string message = request->Stringify(); in AllocationTrackCommand()
112 std::string message = request->Stringify(); in AllocationTrackStopCommand()
132 std::string message = request->Stringify(); in Enable()
152 std::string message = request->Stringify(); in Disable()
173 std::string message = request->Stringify(); in Samping()
193 std::string message = request->Stringify(); in SampingStop()
213 std::string message = request->Stringify(); in CollectGarbage()
327 WriteHeapProfilerForFile(fileName_, profile->Stringify()); in SaveHeapsamplingData()
Ddebugger_client.cpp87 std::string message = request->Stringify(); in BreakCommand()
113 std::string message = request->Stringify(); in DeleteCommand()
132 std::string message = request->Stringify(); in DisableCommand()
156 std::string message = request->Stringify(); in EnableCommand()
245 std::string message = request->Stringify(); in ResumeCommand()
264 std::string message = request->Stringify(); in StepIntoCommand()
283 std::string message = request->Stringify(); in StepOutCommand()
302 std::string message = request->Stringify(); in StepOverCommand()
356 LOGI("arkdb: Debugger reply is: %{public}s", json->Stringify().c_str()); in RecvReply()
460 std::string message = request->Stringify(); in SaveAllPossibleBreakpointsCommand()
[all …]
Druntime_client.cpp61 std::string message = request->Stringify(); in HeapusageCommand()
81 std::string message = request->Stringify(); in RuntimeEnableCommand()
101 std::string message = request->Stringify(); in RuntimeDisableCommand()
121 std::string message = request->Stringify(); in RunIfWaitingForDebuggerCommand()
147 std::string message = request->Stringify(); in GetPropertiesCommand()
171 std::string message = request->Stringify(); in GetPropertiesCommand2()
203 LOGI("arkdb: Runtime replay message is %{public}s", json->Stringify().c_str()); in RecvReply()
Dtest_client.cpp55 std::string message = request->Stringify(); in SuccessCommand()
74 std::string message = request->Stringify(); in FailCommand()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h39 std::string str = result.ToJson()->Stringify(); in SendResponse()
44 std::string str = events.ToJson()->Stringify(); in SendNotification()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_json_test.cpp253 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
273 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
291 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
320 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
324 HWTEST_F_L0(BuiltinsJsonTest, Stringify) in HWTEST_F_L0() argument
333 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
369 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
400 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
420 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
469 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsonstringify_fuzzer/
Djsonstringify_fuzzer.cpp51 JSON::Stringify(vm, jsValue); in JSONStringifyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsonparse_fuzzer/
Djsonparse_fuzzer.cpp51 JSON::Stringify(vm, jsValue); in JSONParseFuzzTest()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_second_test.h100 std::string str = parsed->ToJson()->Stringify(); in SendNotification()
109 std::string str = paused->ToJson()->Stringify(); in SendNotification()
Djs_variable_first_test.h100 std::string str = parsed->ToJson()->Stringify(); in SendNotification()
109 std::string str = paused->ToJson()->Stringify(); in SendNotification()
Djs_heapdump_test.h157 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
Djs_allocationtrack_test.h166 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
Djs_heapdump_loop_test.h187 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
/arkcompiler/toolchain/tooling/client/manager/
Dwatch_manager.cpp50 std::string message = request->Stringify(); in SendRequestWatch()
75 std::string message = request->Stringify(); in GetPropertiesCommand()
/arkcompiler/toolchain/tooling/base/
Dpt_json.h50 std::string Stringify() const;
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp115 std::string str = reply.Stringify(); in SendReply()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.h39 …JSHandle<JSTaggedValue> Stringify(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedVal…
Dfast_json_stringifier.h41 JSHandle<JSTaggedValue> Stringify(const JSHandle<JSTaggedValue> &value);

12