Commit History

Author SHA1 Message Date
  Timothy Flynn 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 year ago
  Timothy Flynn bf8107b247 LibJS: Update spec numbers for the Promise.withResolvers proposal 1 year ago
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 year ago
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 year ago
  Andreas Kling 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 1 year ago
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required 1 year ago
  Timothy Flynn 36d156428b LibJS: Implement the Promise.withResolvers proposal 2 years ago
  Timothy Flynn 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord 2 years ago
  Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 years ago
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 years ago
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 years ago
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Matthew Olsson 74e93a46ea LibJS: Fix a few const-ness issues 2 years ago
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String 2 years ago
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Linus Groh d3cb7cd584 LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr 2 years ago
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
  Linus Groh 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago