diff options
author | Linus Groh <mail@linusgroh.de> | 2021-03-16 09:09:56 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-16 10:08:07 +0100 |
commit | dadf2e8251389f048b246fd23d5557308d16fedb (patch) | |
tree | fc3486ee6c17107e296263f82b02517e94ecefb4 /Userland/Libraries/LibJS/Tests/eval-basic.js | |
parent | ef3679f9c391b088598279fd0c77e1abcddfc15f (diff) | |
download | serenity-dadf2e8251389f048b246fd23d5557308d16fedb.zip |
LibJS: Make Interpreter::run() a void function
With one small exception, this is how we've been using this API already,
and it makes sense: a Program is just a ScopeNode with any number of
statements, which are executed one by one. There's no explicit return
value at the end, only a completion value of the last value-producing
statement, which we then access using VM::last_value() if needed (e.g.
in the REPL).
Diffstat (limited to 'Userland/Libraries/LibJS/Tests/eval-basic.js')
0 files changed, 0 insertions, 0 deletions