Searched refs:startTag (Results 1 – 2 of 2) sorted by relevance
375 GateRef startTag = GetCallArg0(numArgs); in DECLARE_BUILTINS() local376 Branch(TaggedIsInt(startTag), &posTagIsInt, &posTagNotInt); in DECLARE_BUILTINS()378 start = GetInt32OfTInt(startTag); in DECLARE_BUILTINS()381 Branch(TaggedIsDouble(startTag), &posTagIsDouble, &slowPath); in DECLARE_BUILTINS()383 start = DoubleToInt(glue, GetDoubleOfTDouble(startTag)); in DECLARE_BUILTINS()
1323 JSHandle<JSTaggedValue> startTag = BuiltinsString::GetCallArg(argv, 0); in Slice() local1324 JSTaggedNumber startVal = JSTaggedValue::ToInteger(thread, startTag); in Slice()1518 JSHandle<JSTaggedValue> startTag = BuiltinsString::GetCallArg(argv, 0); in Substring() local1519 JSTaggedNumber startVal = JSTaggedValue::ToInteger(thread, startTag); in Substring()