Home
last modified time | relevance | path

Searched refs:srcMethod (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.cpp6952 const char *srcMethod = R"JS( in DefineMethodProperties() local
6956 OH_JSVM_CreateStringUtf8(env, srcMethod, strlen(srcMethod), &sourceCodeValue); in DefineMethodProperties()
6976 const char *srcMethod = R"JS( in DefineStringProperties() local
6980 OH_JSVM_CreateStringUtf8(env, srcMethod, strlen(srcMethod), &sourceCodeValue); in DefineStringProperties()
7010 const char *srcMethod = R"JS( in DefineGetterProperties() local
7014 OH_JSVM_CreateStringUtf8(env, srcMethod, strlen(srcMethod), &sourceCodeValue); in DefineGetterProperties()