Skip to content

Commit

Permalink
Normative: Add missing PrepareForTailCall in Function.prototype.apply
Browse files Browse the repository at this point in the history
  • Loading branch information
anba authored and bterlson committed Oct 26, 2015
1 parent 2be6968 commit 761e3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -23272,6 +23272,7 @@ <h1>Function.prototype.apply ( _thisArg_, _argArray_ )</h1>
<emu-alg>
1. If IsCallable(_func_) is *false*, throw a *TypeError* exception.
1. If _argArray_ is *null* or *undefined*, then
1. Perform PrepareForTailCall().
1. Return Call(_func_, _thisArg_).
1. Let _argList_ be CreateListFromArrayLike(_argArray_).
1. ReturnIfAbrupt(_argList_ ).
Expand Down

0 comments on commit 761e3fa

Please sign in to comment.