• bmeurer's avatar
    [runtime] Replace many buggy uses of %_CallFunction with %_Call. · db2ba190
    bmeurer authored
    The semantics of the %_CallFunction intrinsic seem to be very unclear,
    which resulted in a lot of bugs. Especially the combination with
    %IsSloppyModeFunction is always a bug, because the receiver would be
    wrapped in the wrong context. So the %IsSloppyModeFunction helper is
    gone now, and many of the buggy uses of %_CallFunction are also
    eliminated.
    
    If you ever need to call something with a different receiver, then
    %_Call is your friend now. It does what you want and implements the
    call sequence fully (and correct).
    
    BUG=v8:4413
    LOG=n
    
    Review URL: https://codereview.chromium.org/1325573004
    
    Cr-Commit-Position: refs/heads/master@{#30634}
    db2ba190
Name
Last commit
Last update
..
arrays.js Loading commit data...
class-extend-null.js Loading commit data...
class-object-frozen.js Loading commit data...
class-weak-extend.js Loading commit data...
classes.js Loading commit data...
declaration-after-use.js Loading commit data...
delete.js Loading commit data...
destructuring.js Loading commit data...
empty-statement.js Loading commit data...
equality.js Loading commit data...
eval-direct.js Loading commit data...
for-in.js Loading commit data...
function-arity.js Loading commit data...
functions.js Loading commit data...
implicit-conversions-constants.js Loading commit data...
implicit-conversions-count.js Loading commit data...
implicit-conversions-inlining.js Loading commit data...
implicit-conversions.js Loading commit data...
literals.js Loading commit data...
load-builtins.js Loading commit data...
load-element-mutate-backing-store.js Loading commit data...
load-element.js Loading commit data...
load-property-mutate-backing-store.js Loading commit data...
load-property.js Loading commit data...
load-proxy.js Loading commit data...
load-super.js Loading commit data...
mutually-recursive-classes.js Loading commit data...
mutually-recursive-funcs.js Loading commit data...
object-delete.js Loading commit data...
object-freeze-property.js Loading commit data...
object-set-prototype.js Loading commit data...
super.js Loading commit data...
switch.js Loading commit data...
undefined.js Loading commit data...
use-strong.js Loading commit data...
var-let-const.js Loading commit data...