v8/test/mjsunit/strong
bmeurer 7f11fba720 [runtime] Remove obsolete %Apply and %TailCall runtime entries.
The %TailCall runtime entry and the %_TailCall intrinsic is not used,
and will never be used (because %TailCall doesn't actually do a tail
call). We will soon have proper ES6 tail calls, which are correct and
properly tested.

The %Apply runtime entry is basically a super-slow, less correct version
of Reflect.apply, so we can as well just use Reflect.apply, which is
exposed to builtins via %reflect_apply.

R=ishell@chromium.org

Review URL: https://codereview.chromium.org/1739233002

Cr-Commit-Position: refs/heads/master@{#34317}
2016-02-26 08:10:09 +00:00
..
arrays.js
class-extend-null.js
class-literals.js
class-object-frozen.js
classes.js
delete.js
destructuring.js
empty-statement.js
equality.js
eval-direct.js
for-in.js
function-arity.js [runtime] Remove obsolete %Apply and %TailCall runtime entries. 2016-02-26 08:10:09 +00:00
functions.js
implicit-conversions-constants.js
implicit-conversions-count.js
implicit-conversions-inlining.js
implicit-conversions.js
literals.js
load-builtins.js
load-element-mutate-backing-store.js
load-element.js
load-property-mutate-backing-store.js
load-property.js
load-proxy.js
load-super.js
mutually-recursive-funcs.js
object-delete.js
object-freeze-property.js
object-set-prototype.js
super.js
switch.js
undefined.js
use-strong.js
var-let-const.js