Home
last modified time | relevance | path

Searched refs:NewCompressedUtf8SubString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1161 return JSHandle<JSTaggedValue>::Cast(factory_->NewCompressedUtf8SubString( in ParseString()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h604 JSHandle<EcmaString> PUBLIC_API NewCompressedUtf8SubString(const JSHandle<EcmaString> &string,
Dobject_factory.cpp4264 JSHandle<EcmaString> ObjectFactory::NewCompressedUtf8SubString(const JSHandle<EcmaString> &string, in NewCompressedUtf8SubString() function in panda::ecmascript::ObjectFactory