Historia zmian

Autor SHA1 Wiadomość Data
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 lat temu
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file 2 lat temu
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 lat temu
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 lat temu
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 lat temu
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 lat temu
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 lat temu
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 lat temu
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 lat temu
  davidot d46be7e7f2 LibJS: Visit internal values in PromiseValueList 3 lat temu
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 lat temu
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 lat temu
  Linus Groh 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 lat temu
  Linus Groh 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 lat temu
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 lat temu
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 lat temu
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr 3 lat temu
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 lat temu
  Andreas Kling 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList 3 lat temu
  Timothy Flynn 949f294444 LibJS: Implement Promise.allSettled on the Promise constructor 3 lat temu
  Timothy Flynn 4dffa40a8d LibJS: Implement Promise.any on the Promise constructor 3 lat temu
  Timothy Flynn 417523507e LibJS: Generalize PromiseAllResolveElementFunction common functionality 3 lat temu