Lines Matching defs:to
31 // Arguments object passed to C++ builtins.
165 // Try to convert object to a number and clamp values to [kMinInt, kMaxInt]
243 // cannot be used if there arguments to add to the array.
263 // Adding elements to the array prototype would break code that makes sure
269 // Need to ensure that the arguments passed in args can be contained in
496 // it's undefined which gets converted to 0 for relative_start
497 // and to len for relative_end.
575 // clip relative start to [0, len]
582 // given as a request to delete all the elements from the start.
625 * An index limit is used to deal with the situation that a result array
658 // Fall-through to dictionary mode.
668 // Dictionary needed to grow.
682 // provided-for index range, go to dictionary mode now.
707 // Convert storage to dictionary mode.
755 // Index after last seen index. Always less than or equal to
961 // but we have to check.
1012 // TODO(caitp): Support larger element indexes (up to 2^53-1).
1019 // For classes which are not known to be safe to access via elements alone,
1031 // to check the prototype for missing elements.
1060 // to check the prototype for missing elements.
1116 // Skip to next different index (i.e., omit duplicates).
1352 // The backing storage array must have non-existing elements to preserve
1470 // 1. Let to be ? ToObject(target).
1473 Handle<JSReceiver> to = Handle<JSReceiver>::cast(target);
1474 // 2. If only one argument was passed, return to.
1475 if (args.length() == 2) return *to;
1507 // 4c ii 2. Let status be ? Set(to, nextKey, propValue, true).
1510 isolate, status, Runtime::SetObjectProperty(isolate, to, next_key,
1515 // 5. Return to.
1516 return *to;
2119 // TODO(bmeurer): Change DateParser to not use the FixedArray.
3077 // comments we can include a trailing block comment to catch this.
3100 // Compile the string in the constructor and not a helper so that errors to
3120 // If new.target is equal to target then the function created
3122 // here. But if new.target is not equal to target then we are
3124 // function has wrong initial map. To fix that we create a new
3398 // TODO(ishell): turn this back to a DCHECK.
3571 // Helper function to handle calls to non-function objects created through the
3585 // used to create the called object.
3588 // TODO(ishell): turn this back to a DCHECK.
3627 // Handle calls to non-function objects created through the API. This delegate
3634 // Handle calls to non-function objects created through the API. This delegate
3817 // Define array of pointers to generators and C builtin functions.
3898 // We pass all arguments to the generator, but it may not use all of
3909 // Log the event and add the code to the builtins array.