summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
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-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
2022-12-10LibJS: Add spec comments to right_shift()Linus Groh
2022-12-10LibJS: Add spec comments to left_shift()Linus Groh
2022-12-10LibJS: Add spec comments to unary_minus()Linus Groh
2022-12-10LibJS: Add spec comments to unary_plus()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_not()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_xor()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_or()Linus Groh
2022-12-10LibJS: Add spec comments to bitwise_and()Linus Groh
2022-12-10LibJS: Add spec comments to less_than_equals()Linus Groh
2022-12-10LibJS: Add spec comments to less_than()Linus Groh
2022-12-10LibJS: Add spec comments to greater_than_equals()Linus Groh
2022-12-10LibJS: Add spec comments to greater_than()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_integer_or_infinity()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_index()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_length()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u8_clamp()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u8()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_i8()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_u16()Linus Groh
2022-12-10LibJS: Add spec comments to Value::to_i16()Linus Groh