diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-21 13:05:43 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-21 13:11:51 +0100 |
commit | 00feef86427b7a370ba292f7eca426839ae5699d (patch) | |
tree | 20b6b665e5971b9241cb24d0b2b9f117e6b28aba /Libraries/LibJS/Heap | |
parent | 6c3afca6866023b12c5f9d220cbedccd002bfd60 (diff) | |
download | serenity-00feef86427b7a370ba292f7eca426839ae5699d.zip |
LibJS: Some optimizations for ObjectExpression
- move() the property map when constructing ObjectExpression instead of
making a copy.
- Use key+value iterators to traverse the property map in the execute()
and dump() functions.
Diffstat (limited to 'Libraries/LibJS/Heap')
0 files changed, 0 insertions, 0 deletions