summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/GeneratorFunctionConstructor.cpp
AgeCommit message (Expand)Author
2021-11-12LibJS: Implement async functions as generator functions in BC modeAli Mohammad Pur
2021-10-29LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOrIdan Horowitz
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Add PrivateEnvironmentdavidot
2021-10-05LibJS: Add an optimization to avoid needless arguments object creationLinus Groh
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-22LibJS: Split the per-call-frame environment into lexical and variableAndreas Kling
2021-06-21LibJS: Rename VM::current_scope() => current_environment_record()Andreas Kling
2021-06-19LibJS: Implement GeneratorFunctionConstructor::constructMatthew Olsson
2021-06-19LibJS: Add the remaining generator objectsMatthew Olsson