Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h291 return factory_->NewFromUtf8LiteralCompress( in ParseString()
312 return factory_->NewFromUtf8LiteralCompress( in ParseString()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h528 JSHandle<EcmaString> NewFromUtf8LiteralCompress(const uint8_t *utf8Data, uint32_t utf8Len);
Dobject_factory.cpp3495 JSHandle<EcmaString> ObjectFactory::NewFromUtf8LiteralCompress(const uint8_t *utf8Data, uint32_t ut… in NewFromUtf8LiteralCompress() function in panda::ecmascript::ObjectFactory