Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible vor 3 Jahren
  Linus Groh 8feae81025 LibJS: Add ErrorType for duplicate global environment binding vor 3 Jahren
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 0aa24f4ce5 LibJS: Convert get_this_binding() to ThrowCompletionOr vor 3 Jahren
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index vor 3 Jahren
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 9b6c09e2c4 LibJS: Convert is_extensible() to ThrowCompletionOr vor 3 Jahren
  davidot 830ea0414c LibJS: Make scoping follow the spec vor 3 Jahren
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment vor 3 Jahren
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class vor 4 Jahren
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) vor 4 Jahren
  Andreas Kling 80170887db LibJS: Make Environment::put_into_environment() return a success bool vor 4 Jahren
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes vor 4 Jahren