Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4420 JSHandle<EcmaString> ObjectFactory::NewFromUtf8WithoutStringTable(std::string_view data) in NewFromUtf8WithoutStringTable() function in panda::ecmascript::ObjectFactory
4488 JSHandle<EcmaString> ObjectFactory::NewFromUtf8WithoutStringTable(const uint8_t *utf8Data, uint32_t… in NewFromUtf8WithoutStringTable() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2240 Local<StringRef> StringRef::NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int l… in NewFromUtf8WithoutStringTable() function in panda::StringRef