summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/FunctionEnvironment.h
AgeCommit message (Expand)Author
2022-05-01LibJS: Rename scope to environmentLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2021-12-29LibJS: Remove unused FunctionEnvironment this value getter/setterLinus Groh
2021-12-29LibJS: Ensure get_new_target() never returns an empty valueLinus Groh
2021-10-09LibJS: Convert bind_this_value() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_this_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_super_base() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Remove unused FunctionEnvironment::replace_this_binding()Linus Groh
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-25LibJS: Move [[HomeObject]] to ECMAScriptFunctionObjectLinus Groh
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling