Chromium Code Reviews
DescriptionRemove ASM_UNIMPLEMENTED from Builtins::Generate_FunctionCall
It's actually called by several tests, for example with
var a = {}; a.call = Function.prototype.call; a.call();
In contrast to the _BREAK() variant ASM_UNIMPLEMENTED() doesn't trigger
any visible output, so it's not readily obvious that this code path
is actually taken
BUG=none
R=baptiste.afsa@arm.com, ulan@chromium.org
LOG=n
Committed: https://code.google.com/p/v8/source/detail?r=18963
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||