Home
last modified time | relevance | path

Searched defs:NewFromUtf16WithoutStringTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4457 JSHandle<EcmaString> ObjectFactory::NewFromUtf16WithoutStringTable(std::u16string_view data) in NewFromUtf16WithoutStringTable() function in panda::ecmascript::ObjectFactory
4508 JSHandle<EcmaString> ObjectFactory::NewFromUtf16WithoutStringTable(const uint16_t *utf16Data, uint3… in NewFromUtf16WithoutStringTable() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2255 Local<StringRef> StringRef::NewFromUtf16WithoutStringTable(const EcmaVM *vm, const char16_t *utf16,… in NewFromUtf16WithoutStringTable() function in panda::StringRef