Commit Verlauf

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