Searched refs:codePointTag (Results 1 – 3 of 3) sorted by relevance
47 GateRef codePointTag = GetCallArg0(numArgs); in FromCharCode() local48 GateRef codePointValue = ToNumber(glue, codePointTag); in FromCharCode()
107 JSHandle<JSTaggedValue> codePointTag = BuiltinsString::GetCallArg(argv, 0); in FromCharCode() local108 uint16_t codePointValue = JSTaggedValue::ToUint16(thread, codePointTag); in FromCharCode()
3076 GateRef codePointTag = acc_.GetValueIn(gate); in LowerStringFromSingleCharCode() local3077 GateRef codePointValue = builder_.ToNumber(gate, codePointTag, glue); in LowerStringFromSingleCharCode()