diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-17 16:24:53 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-17 16:24:53 +0100 |
commit | 0a71533afff8ccef5801cdbfc9c424c3a6f0330a (patch) | |
tree | 201806ea83149fb416da90d3d61551c8750516f3 /Libraries/LibJS/AST.h | |
parent | bf9912cc59327904ac7023f0aac31dbccc84d8de (diff) | |
download | serenity-0a71533afff8ccef5801cdbfc9c424c3a6f0330a.zip |
LibJS: Pass argument value vectors as const Vector<Value>&
Now that Interpreter keeps all arguments in the CallFrame stack, we can
just pass a const-reference to the CallFrame's argument vector to each
function handler (instead of copying it.)
Diffstat (limited to 'Libraries/LibJS/AST.h')
0 files changed, 0 insertions, 0 deletions