Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible il y a 1 an
  Andreas Kling 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals il y a 2 ans
  Timothy Flynn a2e245fa97 LibJS: Allow converting a reference to an object to fail in `delete` il y a 2 ans
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Timothy Flynn bb64b49749 LibJS: Remove unused Reference::to_deprecated_string il y a 2 ans
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String il y a 2 ans
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects il y a 2 ans
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String il y a 2 ans
  Linus Groh 89700a2101 LibJS: Rename Symbol::to_deprecated_string() to descriptive_string() il y a 2 ans
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andreas Kling 3f1ffc2b94 LibJS: Remove unnecessary AST.h include in a handful of cpp files il y a 2 ans
  Andreas Kling d7e5a2058d LibJS: Cache access to bindings in the global environment il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 2 ans
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 2 ans
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] il y a 2 ans
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Linus Groh b126a8b697 LibJS: Correct receiver value in GetValue's [[Get]] call il y a 3 ans
  Linus Groh 5e2d059508 LibJS: Add spec comments to more Reference AOs il y a 3 ans
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references il y a 3 ans