Idan Horowitz
|
681787de76
LibJS: Add support for async functions
|
3 anni fa |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anni fa |
davidot
|
4c8090a45d
LibJS: Use ClassFieldInitializerStatement for class fields
|
3 anni fa |
davidot
|
16cc82460f
LibJS: Add parsing and evaluation of private fields and methods
|
3 anni fa |
davidot
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 anni fa |
davidot
|
1245512c50
LibJS: Make class definition evaluation more spec like in ordering
|
3 anni fa |
Linus Groh
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 anni fa |
Linus Groh
|
53af66d57d
LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
25bcd36116
LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 anni fa |
Andreas Kling
|
b2de563166
LibJS: Propagate "contains direct call to eval()" flag from parser
|
3 anni fa |
Linus Groh
|
4fa5748093
LibJS: Add an optimization to avoid needless arguments object creation
|
3 anni fa |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 anni fa |
Linus Groh
|
38157a6093
LibJS: Move has_constructor() from NativeFunction to FunctionObject
|
3 anni fa |
Linus Groh
|
2dba048146
LibJS: Remove unused FunctionObject::environment()
|
3 anni fa |
Linus Groh
|
9043041dd3
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
|
3 anni fa |
Linus Groh
|
a08292d76c
LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
76eb8fe717
LibJS: Move [[Fields]] to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
136451c3af
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
06726d41ac
LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
1e97a85095
LibJS: Move [[ThisMode]] to ECMAScriptFunctionObject
|
3 anni fa |
Linus Groh
|
d5f90cf187
LibJS: Rename ECMAScriptFunctionObject members to match spec names
|
3 anni fa |
Linus Groh
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 anni fa |