Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp4133 JSHandle<EcmaString> ObjectFactory::NewFromUtf16WithoutStringTable(std::u16string_view data) in NewFromUtf16WithoutStringTable() function in panda::ecmascript::ObjectFactory
4184 JSHandle<EcmaString> ObjectFactory::NewFromUtf16WithoutStringTable(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16WithoutStringTable() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2113 Local<StringRef> StringRef::NewFromUtf16WithoutStringTable(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16WithoutStringTable() function in panda::StringRef

Completed in 31 milliseconds