Lines Matching defs:builtin
785 Comment("call using CallWithSpread builtin");
818 Comment("call using Construct builtin");
829 // TODO(bmeurer): Introduce a dedicated builtin to deal with the Array
831 Comment("call using ConstructArray builtin");
958 Comment("call using ConstructWithSpread builtin");
1364 // tailcall to the OSR builtin.
1581 auto builtin = Builtin::kNonNumberToNumber;
1583 builtin = Builtin::kNonNumberToNumeric;
1595 // Convert {object} by calling out to the appropriate builtin.
1596 var_result = CAST(CallBuiltin(builtin, context, object));