Home
last modified time | relevance | path

Searched refs:codePointTag (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp92 JSHandle<JSTaggedValue> codePointTag = BuiltinsString::GetCallArg(argv, 0); in FromCharCode() local
93 uint16_t codePointValue = JSTaggedValue::ToUint16(thread, codePointTag); in FromCharCode()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp50 GateRef codePointTag = GetCallArg0(numArgs); in FromCharCode() local
51 GateRef codePointValue = ToNumber(glue, codePointTag); in FromCharCode()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp3372 GateRef codePointTag = acc_.GetValueIn(gate); in LowerStringFromSingleCharCode() local
3373 GateRef codePointValue = builder_.ToNumber(gate, codePointTag, glue); in LowerStringFromSingleCharCode()

Completed in 17 milliseconds