• yangguo's avatar
    [ignition, debugger] correctly set position for return with elided bytecode. · 3c1dc424
    yangguo authored
    We may not emit bytecode for the evaluation of the to-be-returned
    expression. In that case we cannot set two return positions for a return
    statement (one before and one after the expression evaluation). This
    sets the interpreter apart from full-codegen.
    
    Make sure that we always have the second of the two return positions.
    
    Note that we end up with separate test cases for ignition and FCG.
    
    R=rmcilroy@chromium.org, vogelheim@chromium.org
    BUG=v8:4690
    LOG=N
    
    Review URL: https://codereview.chromium.org/1801473003
    
    Cr-Commit-Position: refs/heads/master@{#34771}
    3c1dc424
Name
Last commit
Last update
..
dead-code-source-position.js Loading commit data...
debug-break-on-stack.js Loading commit data...
debug-break.js Loading commit data...
debugger-statement.js Loading commit data...
elided-instruction-no-ignition.js Loading commit data...
elided-instruction.js Loading commit data...
optimized-debug-frame.js Loading commit data...
optimized-stack-trace.js Loading commit data...
stack-trace-source-position.js Loading commit data...