Cronologia Commit

Autore SHA1 Messaggio Data
  Linus Groh 2fc9481bb6 LibJS: Correct SetMutableBinding fallibility bug in spec comment 3 anni fa
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 anni fa
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 anni fa
  Linus Groh 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh 4767be1459 LibJS: Convert create_global_var_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh 8296d3fbd2 LibJS: Convert can_declare_global_function() to ThrowCompletionOr 3 anni fa
  Linus Groh 215a56b0e4 LibJS: Convert can_declare_global_var() to ThrowCompletionOr 3 anni fa
  Linus Groh 1817c1f83c LibJS: Convert has_restricted_global_property() to ThrowCompletionOr 3 anni fa
  Linus Groh 9571631b58 LibJS: Add spec comments to remaining GlobalEnvironment methods 3 anni fa
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 anni fa
  Linus Groh 8feae81025 LibJS: Add ErrorType for duplicate global environment binding 3 anni fa
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr 3 anni fa
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr 3 anni fa
  Linus Groh 0aa24f4ce5 LibJS: Convert get_this_binding() to ThrowCompletionOr 3 anni fa
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index 3 anni fa
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 anni fa
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 anni fa
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr 3 anni fa
  Linus Groh 9b6c09e2c4 LibJS: Convert is_extensible() to ThrowCompletionOr 3 anni fa
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 anni fa
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 anni fa
  Linus Groh 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment 3 anni fa
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 anni fa
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 anni fa
  Andreas Kling 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 anni fa