Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp4096 JSHandle<EcmaString> ObjectFactory::NewFromUtf8WithoutStringTable(std::string_view data) in NewFromUtf8WithoutStringTable() function in panda::ecmascript::ObjectFactory
4164 JSHandle<EcmaString> ObjectFactory::NewFromUtf8WithoutStringTable(const uint8_t *utf8Data, uint32_t utf8Len) in NewFromUtf8WithoutStringTable() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2098 Local<StringRef> StringRef::NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8WithoutStringTable() function in panda::StringRef

Completed in 21 milliseconds