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-17
LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()
Linus Groh
2021-05-17
LibJS: Make length_setter_generic_storage_threshold a global constant
Linus Groh
2021-05-17
LibJS: Make the forward transition chain weakly cached
Andreas Kling
2021-05-17
LibJS: Don't consider cells in the lazy freelist in conservative scan
Andreas Kling
2021-05-17
LibJS: Always prefer freelist over lazy freelist if possible
Andreas Kling
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-05-17
LibJS: Implement lazy freelist allocation for cells
Andreas Kling
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
LibJS: Increase free stack space required for function calls to 32 kiB
Linus Groh
2021-05-17
LibJS: Default-initialize the current_node pointer member in CallFrame
Ali Mohammad Pur
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
LibJS: Make sure all allocators are 8-byte aligned
Andrew Kaster
2021-05-13
LibJS: Ensure function declarations don't leak outside function scopes
Linus Groh
2021-05-13
LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation error
Linus Groh
2021-05-13
LibJS/Tests: Add details for toThrowWithMessage did-not-throw case
Linus Groh
2021-05-13
LibJS/Tests: Add prefix to toThrowWithMessage expectation error details
Linus Groh
2021-05-11
LibJS: Make super() in catch block work
Linus Groh
2021-05-11
LibJS: Bring back runtime validation of RegExp flags
Linus Groh
2021-05-11
LibJS/Tests: Add details for toThrowWithMessage() expectation error
Linus Groh
2021-05-11
LibJS: Use u64 instead of u32 in NumberPrototype::to_string
Luke
2021-05-11
LibJS: Make number parts unsigned in NumberPrototype::to_string
Luke
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
[next]