index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2021-05-10
LibJS: Make invalid RegExp flags a SyntaxError at parse time
Linus Groh
2021-05-10
LibJS: Rename RegExpLiteral m_content to m_pattern
Linus Groh
2021-05-10
LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_'
Linus Groh
2021-05-07
LibJS: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-05
LibJS/Tests: Use hasOwnProperty() for duplicate test check
Linus Groh
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-27
LibM: Fix INFITITY to float
Jean-Baptiste Boric
2021-04-25
LibJS: Fallback to undefined if last value in eval() is empty
Linus Groh
2021-04-25
LibJS: Stop rolling back parser state that is immediately replaced
Idan Horowitz
2021-04-25
LibJS: Change PropertyName::as_number() return type to u32
Linus Groh
2021-04-25
LibJS: Use Object::get_own_properties() for getOwnPropertyNames()
Linus Groh
2021-04-25
LibJS: Don't assume call_frame->current_node in Exception constructor
Linus Groh
2021-04-25
LibJS: Don't suppress GlobalObject variable lookup exceptions
FalseHonesty
2021-04-24
LibJS: Use linusg@serenityos.org for my new copyright headers, too
Linus Groh
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
Linus Groh
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-24
LibJS: Temporarily clear exception in Object::get_without_side_effects()
Linus Groh
2021-04-24
LibJS: Add TemporaryClearException helper class
Linus Groh
2021-04-24
LibJS: Remove stray '%' from MemberExpression AST dump
Andreas Kling
2021-04-23
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
Linus Groh
2021-04-23
LibJS/Tests: Remove fileName and lineNumber args from ExpectationError
Linus Groh
2021-04-23
LibJS/Tests: Improve expectation error details
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibRegex: Implement multiline stateful matches
Ali Mohammad Pur
2021-04-23
LibJS: Use the match's global offset for 'index' in RegExp.exec()
Ali Mohammad Pur
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibJS: Precompile Heap.h and GlobalObject.h
Ali Mohammad Pur
2021-04-20
LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed property
Linus Groh
2021-04-20
LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric property
Linus Groh
2021-04-20
LibJS: Throw on a regex searchString in String.startsWith
Idan Horowitz
2021-04-20
LibJS: Stop early-returning on missing searchString in String.startsWith
Idan Horowitz
2021-04-20
LibJS: Include the class name of objects in MarkupGenerator output
Andreas Kling
2021-04-20
LibJS: Fix crash in Object.{freeze,seal}() with indexed properties
Linus Groh
2021-04-20
LibJS: Take PropertyName in Object::set_integrity_level() internal lambda
Linus Groh
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' instead of '#if HEAP_DEBUG'
Linus Groh
2021-04-18
LibJS: Use dbgln_if() instead of '#if OBJECT_DEBUG'
Linus Groh
2021-04-17
LibJS: Replace MAX_U32 with NumericLimits<u32>::max()
Linus Groh
2021-04-17
LibJS: Take reference instead of pointer in prepare_arguments_list
Idan Horowitz
2021-04-17
LibJS: Convert matched regex result to string in Symbol.replace
Idan Horowitz
2021-04-17
LibJS: Accept symbol property in the `in` operator
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an iterable object
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an array-like object
Idan Horowitz
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
LibJS: Dont try to serialize symbol-keyed properties
Idan Horowitz
2021-04-16
LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty
Idan Horowitz
[prev]
[next]