Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp47 GateRef codePointTag = GetCallArg0(numArgs); in FromCharCode() local
48 GateRef codePointValue = ToNumber(glue, codePointTag); in FromCharCode()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp107 JSHandle<JSTaggedValue> codePointTag = BuiltinsString::GetCallArg(argv, 0); in FromCharCode() local
108 uint16_t codePointValue = JSTaggedValue::ToUint16(thread, codePointTag); in FromCharCode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3076 GateRef codePointTag = acc_.GetValueIn(gate); in LowerStringFromSingleCharCode() local
3077 GateRef codePointValue = builder_.ToNumber(gate, codePointTag, glue); in LowerStringFromSingleCharCode()