Linus Groh
|
4baf3a91e8
LibJS: Convert create_mutable_binding() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
fbb176c926
LibJS: Convert has_binding() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
617d3cd3d3
LibJS: Convert bind_this_value() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
0aa24f4ce5
LibJS: Convert get_this_binding() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 år sedan |
Andreas Kling
|
eafbf372d0
LibJS: Elide empty declarative environments inside switch statements
|
3 år sedan |
Ali Mohammad Pur
|
13138811df
LibJS: Partially revert 12b283f
|
3 år sedan |
Andreas Kling
|
b2de563166
LibJS: Propagate "contains direct call to eval()" flag from parser
|
3 år sedan |
Ali Mohammad Pur
|
12b283f32f
LibJS: Make accessing the current function's arguments cheaper
|
3 år sedan |
Ali Mohammad Pur
|
6ab6321c2f
LibJS: Remove redundant const_cast
|
3 år sedan |
Andreas Kling
|
41a072bded
LibJS: Fast non-local variable access :^)
|
3 år sedan |
Linus Groh
|
8074bdc049
LibJS: Skip declarative env in block statement without lexical decls
|
3 år sedan |
Linus Groh
|
4fa5748093
LibJS: Add an optimization to avoid needless arguments object creation
|
3 år sedan |
Linus Groh
|
e5b8544762
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 år sedan |
davidot
|
1bc945860d
Everywhere: Use my awesome new serenityos email :^)
|
3 år sedan |
davidot
|
e5d48ee238
LibJS: Fix switch skipping case evaluation when hitting the default case
|
3 år sedan |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 år sedan |
davidot
|
79caca8ca2
LibJS: Allow multiple labels on the same statement
|
3 år sedan |
davidot
|
bfc1b4ba61
LibJS: Allow member expressions in binding patterns
|
3 år sedan |
Linus Groh
|
8c81c84c18
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
5148150e1c
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
|
3 år sedan |
Andreas Kling
|
3252d984ae
LibJS: Allow statements to have multiple labels
|
3 år sedan |
Linus Groh
|
ababcc5725
LibJS: Defer execution of switch default clause until after case clauses
|
3 år sedan |
Linus Groh
|
38157a6093
LibJS: Move has_constructor() from NativeFunction to FunctionObject
|
3 år sedan |
Linus Groh
|
136451c3af
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
|
3 år sedan |
Linus Groh
|
06726d41ac
LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject
|
3 år sedan |
Linus Groh
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 år sedan |