Lines Matching defs:canBeCompress
4117 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local
4133 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local
4137 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8()
4147 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local
4155 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local
4171 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local
4178 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local
4184 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local
4198 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local
4204 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local
4218 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16() local
4237 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8Literal() local
4275 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16Literal() local