Home
last modified time | relevance | path

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/
Dnapi_test.cpp6955 JSVM_Value sourceCodeValue = nullptr; in DefineMethodProperties() local
6956 OH_JSVM_CreateStringUtf8(env, srcMethod, strlen(srcMethod), &sourceCodeValue); in DefineMethodProperties()
6958 OH_JSVM_CompileScript(env, sourceCodeValue, nullptr, 0, true, nullptr, &script); in DefineMethodProperties()
6979 JSVM_Value sourceCodeValue = nullptr; in DefineStringProperties() local
6980 OH_JSVM_CreateStringUtf8(env, srcMethod, strlen(srcMethod), &sourceCodeValue); in DefineStringProperties()
6982 OH_JSVM_CompileScript(env, sourceCodeValue, nullptr, 0, true, nullptr, &script); in DefineStringProperties()
7013 JSVM_Value sourceCodeValue = nullptr; in DefineGetterProperties() local
7014 OH_JSVM_CreateStringUtf8(env, srcMethod, strlen(srcMethod), &sourceCodeValue); in DefineGetterProperties()
7016 OH_JSVM_CompileScript(env, sourceCodeValue, nullptr, 0, true, nullptr, &script); in DefineGetterProperties()
9989 JSVM_Value sourceCodeValue = nullptr; in ExecuteJsScript() local
[all …]