Home
last modified time | relevance | path

Searched refs:EncodeIntoUint8Array (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp397 Local<TypedArrayRef> typedArray = testString1->EncodeIntoUint8Array(vm_); in HWTEST_F_L0()
408 Local<TypedArrayRef> typedArray = testString1->EncodeIntoUint8Array(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1054 Local<TypedArrayRef> EncodeIntoUint8Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2365 Local<TypedArrayRef> StringRef::EncodeIntoUint8Array(const EcmaVM *vm) in EncodeIntoUint8Array() function in panda::StringRef