Searched refs:srcProf (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/jsvm/ |
H A D | test_jsvm.cpp | 89 static string srcProf = R"JS( variable 292 JSVM_CALL(OH_JSVM_CreateStringUtf8(env, srcProf.c_str(), srcProf.size(), &jsSrc)); 485 JSVM_CALL(OH_JSVM_CreateStringUtf8(env, srcProf.c_str(), srcProf.size(), &jsSrc));
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-debugger-cpuprofiler-heapsnapshot.md | 200 static string srcProf = R"JS( 274 OH_JSVM_CreateStringUtf8(env, srcProf.c_str(), srcProf.size(), &jsSrc);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-debugger-cpuprofiler-heapsnapshot.md | 207 static string srcProf = R"JS( 281 OH_JSVM_CreateStringUtf8(env, srcProf.c_str(), srcProf.size(), &jsSrc);
|