Home | History | Annotate | Download | only in es6

Lines Matching refs:Caller

39 // Tail call when caller does not have an arguments adaptor frame.
41 // Caller and callee have same number of arguments.
48 // Caller has more arguments than callee.
55 // Caller has less arguments than callee.
82 // Tail call when caller has an arguments adaptor frame.
84 // Caller and callee have same number of arguments.
91 // Caller has more arguments than callee.
98 // Caller has less arguments than callee.
125 // Tail call bound function when caller does not have an arguments
128 // Caller and callee have same number of arguments.
137 // Caller has more arguments than callee.
146 // Caller has less arguments than callee.
177 // Tail call bound function when caller has an arguments adaptor frame.
179 // Caller and callee have same number of arguments.
188 // Caller has more arguments than callee.
197 // Caller has less arguments than callee.