Commit History

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