コミット履歴

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