mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
Implement for CreatePerIterationEnvironment for 'for' loops per the Ecma Standard. This ensures each iteration of a 'for' loop has its own lexical environment so that variables declared in the loop are scoped to the current iteration. (cherry picked from commit dbc2f7ed48f00234f5f94a30b06b83842d9cf4dd)
167 KiB
167 KiB