Description[Turbofan] Fix CallSuper argument order in BytecodeGraphBuilder.
The constructor and new.target arguments were passed to CallConstruct in
the wrong order by BytecodeGraphBuilder, which caused subclassing to be
incorrect when optimizing from bytecode.
Also clean up some unecessary functions in interpreter.cc found while
figuring this out.
BUG=chromium:642409
Committed: https://crrev.com/c95025601330103a1caa500c83cad956d71e0ca2
Cr-Commit-Position: refs/heads/master@{#39204}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Shorten test #
Messages
Total messages: 14 (8 generated)
|