Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/stringrefgetnapiwrapperstring_fuzzer/
Dstringrefgetnapiwrapperstring_fuzzer.cpp39 StringRef::GetNapiWrapperString(vm); in StringRefGetNapiWrapperStringFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp771 HWTEST_F_L0(JSNApiTests, GetNapiWrapperString) in HWTEST_F_L0() argument
774 Local<StringRef> result = StringRef::GetNapiWrapperString(vm_); in HWTEST_F_L0()
Djsnapi_sample.cpp227 Local<StringRef> napiWrapperString = charObject->GetNapiWrapperString(vm_); in HWTEST_F_L0()
257 Local<StringRef> napiWrapperString = char16tObject->GetNapiWrapperString(vm_); in HWTEST_F_L0()
Dffi_workload.cpp3186 Local<StringRef> local = StringRef::GetNapiWrapperString(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md6051 ### GetNapiWrapperString subsection
6053 Local<StringRef> StringRef::GetNapiWrapperString(const EcmaVM *vm);
6072 Local<StringRef> local = StringRef::GetNapiWrapperString(vm_);
Djsnapi_expo.cpp1363 Local<StringRef> StringRef::GetNapiWrapperString(const EcmaVM *vm) in GetNapiWrapperString() function in panda::StringRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h739 static Local<StringRef> GetNapiWrapperString(const EcmaVM *vm);