Home
last modified time | relevance | path

Searched refs:sourcecodestr (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp243 const char *sourcecodestr = "\ in testEngineAndContext() local
249 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in testEngineAndContext()
2945 const char* sourcecodestr = "\ in Add() local
2951 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in Add()
8372 const char* sourcecodestr = R"JS( in testIsCallable() local
8376 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in testIsCallable()