Searched refs:NewFromUtf16Literal (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_optimized_stubs-inl.h | 193 return factory->NewFromUtf16Literal(uint16tData, resSize).GetTaggedValue(); in RuntimeDecodeURIComponent() 213 JSHandle<EcmaString> tmpEcmaString = factory->NewFromUtf16Literal(&cc, 1); in RuntimeDecodeURIComponent()
|
H A D | runtime_stubs-inl.h | 498 JSHandle<JSTaggedValue> strValue(factory->NewFromUtf16Literal(&res, 1)); in RuntimeStArraySpread()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_global.cpp | 248 return factory->NewFromUtf16Literal(uint16tData, resSize).GetTaggedValue(); in Encode() 447 JSHandle<EcmaString> codePointsString = factory->NewFromUtf16Literal(ptr, codePoints.size()); in StringToCodePoints() 473 return factory->NewFromUtf16Literal(uint16tData, resSize).GetTaggedValue(); in Decode() 493 JSHandle<EcmaString> tmpEcmaString = factory->NewFromUtf16Literal(&cc, 1); in Decode() 894 return factory->NewFromUtf16Literal(returnData, retSize).GetTaggedValue(); in Escape() 973 return factory->NewFromUtf16Literal(returnData, retSize).GetTaggedValue(); in Unescape()
|
H A D | builtins_string.cpp | 99 JSHandle<EcmaString> strHandle = factory->NewFromUtf16Literal(&codePointValue, 1); in FromCharCode() 110 return factory->NewFromUtf16Literal(valueTable.data(), valueTable.size()).GetTaggedValue(); in FromCharCode() 157 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in FromCodePoint() 260 return factory->NewFromUtf16Literal(&res, 1).GetTaggedValue(); in CharAt() 879 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToWellFormed() 2304 return factory->NewFromUtf16Literal(reinterpret_cast<const uint16_t *>(resultString.c_str()), in Pad() 2345 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToList() 2382 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToSList()
|
H A D | builtins_array.cpp | 1387 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in Join()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_lightweightset.cpp | 435 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue();
|
H A D | js_api_vector.cpp | 284 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToString()
|
H A D | js_api_lightweightmap.cpp | 403 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToString()
|
H A D | js_api_plain_array.cpp | 398 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToString()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.h | 603 JSHandle<EcmaString> NewFromUtf16Literal(const uint16_t *utf16Data, uint32_t utf16Len);
|
H A D | object_factory.cpp | 4254 JSHandle<EcmaString> ObjectFactory::NewFromUtf16Literal(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16Literal() function in panda::ecmascript::ObjectFactory
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 1897 JSTaggedValue rString = factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in BufferToStringCallback()
|
Completed in 45 milliseconds