Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr hace 2 años
  Linus Groh 0f3899b24a LibJS: Add spec comments to Completion hace 2 años
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr hace 2 años
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr hace 2 años
  Andreas Kling 88b15b0819 LibJS: Move throw_completion(Value) out of line hace 2 años
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file hace 2 años
  Andreas Kling 7b0dd98103 LibJS+LibWeb: Spin event loop via VM::CustomData abstraction hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions hace 2 años
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] hace 2 años
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] hace 2 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 2 años
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records hace 3 años
  davidot 244adb371f LibJS: Spin the event loop until await has completed hace 3 años
  Linus Groh 47cdd90836 LibJS: Use new NativeFunction::create() in most places hace 3 años
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
  Linus Groh 1c05d39abc LibJS: Also throw exception when returning throw completion from await hace 3 años
  Ali Mohammad Pur ccf713bf23 LibJS: Spin the event loop while waiting for async completion in `await` hace 3 años
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr hace 3 años
  Linus Groh 68ac13a192 LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor hace 3 años
  Idan Horowitz a445deb205 LibJS: Remove left-over debug assertion from the Await AO hace 3 años
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions hace 3 años