Home
last modified time | relevance | path

Searched refs:NewFromUtf16Literal (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h193 return factory->NewFromUtf16Literal(uint16tData, resSize).GetTaggedValue(); in RuntimeDecodeURIComponent()
213 JSHandle<EcmaString> tmpEcmaString = factory->NewFromUtf16Literal(&cc, 1); in RuntimeDecodeURIComponent()
H A Druntime_stubs-inl.h498 JSHandle<JSTaggedValue> strValue(factory->NewFromUtf16Literal(&res, 1)); in RuntimeStArraySpread()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp248 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 Dbuiltins_string.cpp99 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 Dbuiltins_array.cpp1387 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in Join()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightset.cpp435 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue();
H A Djs_api_vector.cpp284 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToString()
H A Djs_api_lightweightmap.cpp403 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToString()
H A Djs_api_plain_array.cpp398 return factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in ToString()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h603 JSHandle<EcmaString> NewFromUtf16Literal(const uint16_t *utf16Data, uint32_t utf16Len);
H A Dobject_factory.cpp4254 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 Djsnapi_expo.cpp1897 JSTaggedValue rString = factory->NewFromUtf16Literal(uint16tData, u16strSize).GetTaggedValue(); in BufferToStringCallback()

Completed in 45 milliseconds