Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
davidot
|
a746739cb0
LibJS: Add an initialize binding hint to all initialize_binding methods
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 years ago |
Linus Groh
|
4f436bd323
LibJS: Let NewGlobalEnvironment take a plain Object
|
2 years ago |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
2 years ago |
Linus Groh
|
87a89e7126
LibJS: Convert create_global_function_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
4767be1459
LibJS: Convert create_global_var_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
8296d3fbd2
LibJS: Convert can_declare_global_function() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
215a56b0e4
LibJS: Convert can_declare_global_var() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
1817c1f83c
LibJS: Convert has_restricted_global_property() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
f35e268024
LibJS: Convert get_binding_value() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
7652138ce0
LibJS: Convert set_mutable_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
ae397541fb
LibJS: Convert initialize_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
2691c65639
LibJS: Convert create_immutable_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
4baf3a91e8
LibJS: Convert create_mutable_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
fbb176c926
LibJS: Convert has_binding() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
0aa24f4ce5
LibJS: Convert get_this_binding() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
cb696eff08
LibJS: Make Environment::has_binding() optionally return binding index
|
3 years ago |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 years ago |
Linus Groh
|
1e79934acf
LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment
|
3 years ago |
Andreas Kling
|
80170887db
LibJS: Make Environment::put_into_environment() return a success bool
|
4 years ago |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 years ago |