Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Matthew Olsson 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Linus Groh 716c8bdc9d LibJS: Convert PromiseReaction::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
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Linus Groh 47cdd90836 LibJS: Use new NativeFunction::create() in most places il y a 3 ans
  Luke Wilde 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm il y a 3 ans
  Timothy Flynn 59ca435172 LibJS: Use new construct AO overload where easily applicable il y a 3 ans
  Linus Groh 01c2570678 LibJS: Annotate Promise implementation with spec comments il y a 3 ans
  Idan Horowitz 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr il y a 3 ans
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages il y a 3 ans
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 98d8a858cd LibJS: Set the function names for the resolve, reject, and executor il y a 3 ans
  Timothy Flynn cdf2854fdf LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor il y a 3 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans
  Linus Groh d1c109be96 LibJS: Fix .length attributes of various native functions il y a 4 ans
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere il y a 4 ans
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() il y a 4 ans
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Linus Groh f418115f1b LibJS: Add initial support for Promises il y a 4 ans