diff options
author | Andreas Kling <kling@serenityos.org> | 2020-04-04 23:45:13 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-04 23:45:13 +0200 |
commit | 2db8716a6fb6106ad6bf59a628137c4e4474e1a9 (patch) | |
tree | 7a275ec39c326f75c0b3b1029a6ea1969ea7077e /Libraries/LibWeb/Bindings | |
parent | 97cd1173fa4140c101138126e9f7b97a61881e39 (diff) | |
download | serenity-2db8716a6fb6106ad6bf59a628137c4e4474e1a9.zip |
LibJS: Don't return the "last computed value" from Interpreter::run()
Only return whatever a "return" statment told us to return.
The last computed value is now available in Interpreter::last_value()
instead, where the REPL can pick it up.
Diffstat (limited to 'Libraries/LibWeb/Bindings')
0 files changed, 0 insertions, 0 deletions