Timothy Flynn
|
2b19d1b5ab
LibJS: Do not coerce nullish references to unresolvable references
|
2 년 전 |
Ben Wiederhake
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 년 전 |
Timothy Flynn
|
bb64b49749
LibJS: Remove unused Reference::to_deprecated_string
|
2 년 전 |
davidot
|
a746739cb0
LibJS: Add an initialize binding hint to all initialize_binding methods
|
2 년 전 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Linus Groh
|
ae9e031f56
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
|
2 년 전 |
Linus Groh
|
275a7a0c0a
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
|
2 년 전 |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 년 전 |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 년 전 |
Idan Horowitz
|
853fab352d
LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr
|
3 년 전 |
Idan Horowitz
|
1aaaf521b8
LibJS: Convert the PutValue AO to ThrowCompletionOr
|
3 년 전 |
Idan Horowitz
|
390a04a985
LibJS: Convert the GetValue AO to ThrowCompletionOr
|
3 년 전 |
Idan Horowitz
|
d73b258874
LibJS: Convert reference deletion to ThrowCompletionOr
|
3 년 전 |
Andreas Kling
|
a97d75bb63
LibJS: Add default constructor for PrivateName
|
3 년 전 |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 년 전 |
davidot
|
c7a6572789
LibJS: Add private references
|
3 년 전 |
Linus Groh
|
ae397541fb
LibJS: Convert initialize_binding() to ThrowCompletionOr
|
3 년 전 |
Ali Mohammad Pur
|
13138811df
LibJS: Partially revert 12b283f
|
3 년 전 |
Ali Mohammad Pur
|
12b283f32f
LibJS: Make accessing the current function's arguments cheaper
|
3 년 전 |
Andreas Kling
|
41a072bded
LibJS: Fast non-local variable access :^)
|
3 년 전 |
Andreas Kling
|
4444bcabde
LibJS: Make Reference aware of DeclarativeEnvironment indices
|
3 년 전 |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 년 전 |
davidot
|
7081fb4eb0
LibJS: Make the default constructed reference invalid
|
3 년 전 |
Ali Mohammad Pur
|
72ddaa31e3
LibJS: Implement parsing and execution of optional chains
|
3 년 전 |
Ali Mohammad Pur
|
f7a68ae998
LibJS: Mark two JS::Reference functions `const`
|
3 년 전 |
Andreas Kling
|
0d2c3f62d3
LibJS: Use move semantics more when creating Reference objects
|
3 년 전 |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 년 전 |
Andreas Kling
|
57214268dd
LibJS: Make sure to always initialize Reference::m_base_value
|
4 년 전 |