提交历史

作者 SHA1 备注 提交日期
  Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 年之前
  Linus Groh e54536421a LibJS: Port iterator_next() to NonnullGCPtr 2 年之前
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 年之前
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 年之前
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 年之前
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年之前
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 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 年之前
  Linus Groh 07ac8b7021 LibJS: Change "Record {}" to "Iterator Record {}" in comments 3 年之前
  Timothy Flynn 2575184242 LibJS: Add a spec link for Iterator Records 3 年之前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 年之前
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records 3 年之前
  Linus Groh e141f1e976 LibJS: Use Optional<Value> for potentially missing value in Iterator AOs 3 年之前
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 年之前
  Linus Groh 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 年之前
  davidot b3699029e2 LibJS: Implement the async versions of iterator operations 3 年之前
  Timothy Flynn 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 年之前
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec 3 年之前
  Timothy Flynn 04b4307b3d LibJS: Convert get_iterator_values helper to ThrowCompletionOr 3 年之前
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr 3 年之前