Linus Groh
|
f35e268024
LibJS: Convert get_binding_value() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
7652138ce0
LibJS: Convert set_mutable_binding() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
ae397541fb
LibJS: Convert initialize_binding() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
2691c65639
LibJS: Convert create_immutable_binding() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
4baf3a91e8
LibJS: Convert create_mutable_binding() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
fbb176c926
LibJS: Convert has_binding() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
617d3cd3d3
LibJS: Convert bind_this_value() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
0aa24f4ce5
LibJS: Convert get_this_binding() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
9d352c602c
LibJS: Add callee realm fallback to ordinary_call_bind_this()
|
3 лет назад |
Linus Groh
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 лет назад |
Linus Groh
|
53af66d57d
LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject
|
3 лет назад |
Linus Groh
|
25bcd36116
LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject
|
3 лет назад |
Linus Groh
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 лет назад |
Andreas Kling
|
fa6c06ce8d
LibJS: Elide some declarative environments in ECMAScript function calls
|
3 лет назад |
Andreas Kling
|
b2de563166
LibJS: Propagate "contains direct call to eval()" flag from parser
|
3 лет назад |
Andreas Kling
|
b00b461b31
LibJS: Pre-size a HashTable in function_declaration_instantiation()
|
3 лет назад |
Andreas Kling
|
70e25deea3
LibJS: Avoid a FlyString copy in ECMAScriptFunctionObject
|
3 лет назад |
Linus Groh
|
4fa5748093
LibJS: Add an optimization to avoid needless arguments object creation
|
3 лет назад |
Linus Groh
|
fcb355f193
LibJS: Set arguments_object_needed = false if scope_body == nullptr
|
3 лет назад |
Linus Groh
|
b2bded390a
LibJS: Stop iterating lexically declared names once 'arguments' is found
|
3 лет назад |
Linus Groh
|
3ab22c8012
LibJS: Rename needs_argument_object to arguments_object_needed
|
3 лет назад |
Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
ba6e4c7ae1
LibJS+LibWeb: Use Object::set_prototype() in more places
|
3 лет назад |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 лет назад |
Linus Groh
|
8c81c84c18
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
|
3 лет назад |
Andreas Kling
|
5855b19ff3
LibJS: Avoid unnecessary HashMap copy in ECMAScriptFunctionObject
|
3 лет назад |
Linus Groh
|
9043041dd3
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
|
3 лет назад |
Linus Groh
|
a08292d76c
LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject
|
3 лет назад |
Linus Groh
|
76eb8fe717
LibJS: Move [[Fields]] to ECMAScriptFunctionObject
|
3 лет назад |