Searched refs:sourcecodevalue (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 268 JSVM_Value sourcecodevalue; in testEngineAndContext() local 269 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in testEngineAndContext() 271 OH_JSVM_CompileScript(env, sourcecodevalue, nullptr, 0, true, nullptr, &script); in testEngineAndContext() 2970 JSVM_Value sourcecodevalue; in Add() local 2971 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in Add() 2973 OH_JSVM_CompileScript(env, sourcecodevalue, nullptr, 0, true, nullptr, &script); in Add() 8396 JSVM_Value sourcecodevalue; in testIsCallable() local 8397 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in testIsCallable() 8399 OH_JSVM_CompileScript(env, sourcecodevalue, nullptr, 0, true, nullptr, &script); in testIsCallable() 8538 JSVM_Value sourcecodevalue; in testHandleMicrotasks() local [all …]
|