mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
with statements evaluate an expression and put the result of it at the "front" of the scope chain. This is implemented by creating a WithScope object and placing it in front of the VM's current call frame's scope.
2.2 KiB
2.2 KiB