Searched defs:NewFromUtf8 (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | object_factory.cpp | 4112 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data) in NewFromUtf8() function in panda::ecmascript::ObjectFactory 4119 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8() function in panda::ecmascript::ObjectFactory 4178 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(const uint8_t *utf8Data, uint32_t utf8Len) in NewFromUtf8() function in panda::ecmascript::ObjectFactory [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/ | ||
| H A D | jsnapi_expo.cpp | 2083 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8() function in panda::StringRef [all...] |
Completed in 18 milliseconds