Commit History

Author SHA1 Message Date
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh 999da617c5 LibJS: Remove GlobalObject from VM::this_value() 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject 3 years ago
  Lenny Maiorani 0b7baa7e5a Services: Use default constructors/destructors 3 years ago
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  Idan Horowitz 9d1fb85f93 WebContent: Convert ConsoleGlobalObject functions to ThrowCompletionOr 3 years ago
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 years ago
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 years ago
  Idan Horowitz 56e769e4ba LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER 3 years ago
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 years ago
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 years ago
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 years ago
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 years ago
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr 3 years ago
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr 3 years ago
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr 3 years ago
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 years ago
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 years ago
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr 3 years ago
  Linus Groh 9b4362f10a LibJS: Convert internal_is_extensible() to ThrowCompletionOr 3 years ago
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 years ago
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr 3 years ago
  Timothy Flynn 1139aa45b6 WebContent: Use ErrorType::NotAnObjectOfType instead of NotA 3 years ago
  Andreas Kling 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() 3 years ago
  Sam Atkins 5220d6d2e5 WebContent: Implement `$0` special variable in Browser JS Console 3 years ago
  Sam Atkins 7838eab341 WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 3 years ago