Description[turbofan] Properly call %TraceExit on explicit return.
So far TurboFan only calls %TraceExit for the implicit
return of undefined, when the function contains no explicit
return statement. To make --trace useful, we also need to
call %TraceExit for ReturnStatement.
R=mstarzinger@chromium.org
Committed: https://crrev.com/329c1e5397322df0cd18ec91fbeab02c9c14024b
Cr-Commit-Position: refs/heads/master@{#33659}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address Michis comments. #Messages
Total messages: 14 (4 generated)
|