Home
last modified time | relevance | path

Searched refs:NewFromUtf8LiteralCompress (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp1246 return JSHandle<JSTaggedValue>::Cast(factory_->NewFromUtf8LiteralCompress(
1265 return JSHandle<JSTaggedValue>::Cast(factory_->NewFromUtf8LiteralCompress(
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h597 JSHandle<EcmaString> PUBLIC_API NewFromUtf8LiteralCompress(const uint8_t *utf8Data, uint32_t utf8Len);
H A Dobject_factory.cpp4223 JSHandle<EcmaString> ObjectFactory::NewFromUtf8LiteralCompress(const uint8_t *utf8Data, uint32_t utf8Len) in NewFromUtf8LiteralCompress() function in panda::ecmascript::ObjectFactory

Completed in 14 milliseconds