summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2022-12-14LibJS: Convert Map::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intrinsics::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Segments::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Locale::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert GeneratorObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Error::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Date::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert DataView::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BoundFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BooleanObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BigIntObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ArrayIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ArrayBuffer::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert AggregateError::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Accessor::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Explictly assert that a null GCPtr is not dereferencedTimothy Flynn
2022-12-13LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for DateLuke Wilde
2022-12-12LibJS: Add spec comments to AggregateErrorConstructorLinus Groh
2022-12-12LibJS: Update get_substitution() section number & parameter nameLinus Groh
2022-12-12LibJS: Add spec comments to get_this_environment()Linus Groh
2022-12-12LibJS: Add spec comments to new_object_environment()Linus Groh
2022-12-12LibJS: Add spec comments to new_declarative_environment()Linus Groh
2022-12-12LibJS: Add spec comment to length_of_array_like()Linus Groh
2022-12-12LibJS: Use modulo() for modulo operations in Value.cppLinus Groh
2022-12-12LibJS: Keep GeneratorObject's stored execution context's internals aliveLuke Wilde
2022-12-12LibJS: Make it possible to visit the edges of an ExecutionContextLuke Wilde
2022-12-12LibJS: Move ExecutionContext function implementations out of lineLuke Wilde
2022-12-10LibJS: Rename same_value_non_{numeric => number}() and handle BigIntsLinus Groh
2022-12-10LibJS: Add spec comments to Value::invoke_internal()Linus Groh
2022-12-10LibJS: Add spec comments to is_less_than()Linus Groh
2022-12-10LibJS: Add spec comments to is_strictly_equal()Linus Groh
2022-12-10LibJS: Add spec comments to same_value_non_numeric()Linus Groh
2022-12-10LibJS: Add spec comments to same_value_zero()Linus Groh
2022-12-10LibJS: Add spec comments to same_value()Linus Groh
2022-12-10LibJS: Add spec comments to ordinary_has_instance()Linus Groh
2022-12-10LibJS: Add spec comments to instance_of()Linus Groh
2022-12-10LibJS: Add spec comments to exp{,_double}()Linus Groh
2022-12-10LibJS: Add spec comments to mod()Linus Groh
2022-12-10LibJS: Add spec comments to div()Linus Groh
2022-12-10LibJS: Add spec comments to mul()Linus Groh
2022-12-10LibJS: Add spec comments to sub()Linus Groh
2022-12-10LibJS: Add spec comments to add()Linus Groh
2022-12-10LibJS: Add spec comments to unsigned_right_shift()Linus Groh