Searched refs:NewFromUtf8LiteralCompress (Results 1 – 3 of 3) sorted by relevance
291 return factory_->NewFromUtf8LiteralCompress( in ParseString()312 return factory_->NewFromUtf8LiteralCompress( in ParseString()
528 JSHandle<EcmaString> NewFromUtf8LiteralCompress(const uint8_t *utf8Data, uint32_t utf8Len);
3495 JSHandle<EcmaString> ObjectFactory::NewFromUtf8LiteralCompress(const uint8_t *utf8Data, uint32_t ut… in NewFromUtf8LiteralCompress() function in panda::ecmascript::ObjectFactory