Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Matthew Olsson 74e93a46ea LibJS: Fix a few const-ness issues il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Linus Groh d3cb7cd584 LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr il y a 2 ans
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated il y a 2 ans
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Lenny Maiorani a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView il y a 3 ans
  davidot d46be7e7f2 LibJS: Visit internal values in PromiseValueList il y a 3 ans
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
  Linus Groh 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Andreas Kling 935075c26e LibJS: Specify right base for PromiseResolvingElementFunction subclasses il y a 3 ans
  Andreas Kling 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList il y a 3 ans
  Timothy Flynn 949f294444 LibJS: Implement Promise.allSettled on the Promise constructor il y a 3 ans
  Timothy Flynn 4dffa40a8d LibJS: Implement Promise.any on the Promise constructor il y a 3 ans
  Timothy Flynn 417523507e LibJS: Generalize PromiseAllResolveElementFunction common functionality il y a 3 ans