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 | 248 JSVM_Value sourcecodevalue; in testEngineAndContext() local 249 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in testEngineAndContext() 251 OH_JSVM_CompileScript(env, sourcecodevalue, nullptr, 0, true, nullptr, &script); in testEngineAndContext() 2950 JSVM_Value sourcecodevalue; in Add() local 2951 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in Add() 2953 OH_JSVM_CompileScript(env, sourcecodevalue, nullptr, 0, true, nullptr, &script); in Add() 8375 JSVM_Value sourcecodevalue; in testIsCallable() local 8376 OH_JSVM_CreateStringUtf8(env, sourcecodestr, strlen(sourcecodestr), &sourcecodevalue); in testIsCallable() 8378 OH_JSVM_CompileScript(env, sourcecodevalue, nullptr, 0, true, nullptr, &script); in testIsCallable() 8517 JSVM_Value sourcecodevalue; in testHandleMicrotasks() local [all …]
|