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
2022-03-18
LibJS: Tweak Interpreter::create() for more spec-likeness
Linus Groh
2022-03-18
LibJS: Use TRY(push_execution_context()) in places where we can recover
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
LibJS: Update specification steps for RegExp Match Indices
Timothy Flynn
2022-03-16
LibJS: Fix fraction substring in ParseTimeZoneOffsetString
Linus Groh
2022-03-16
LibJS: Remove unused code in DifferenceISODate
Linus Groh
2022-03-16
LibJS: Remove the ConstrainToRange AO
Linus Groh
2022-03-16
LibJS: Remove argument type assertion from ParseTemporalDurationString
Linus Groh
2022-03-16
LibJS: Assume Get() on the result of PrepareTemporalFields can't fail
Linus Groh
2022-03-16
LibJS: Relax line and column number restrictions in Error stack tests
Simon Wanner
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-03-15
LibJS: Handle non-Error this object in Error.prototype.stack getter
Linus Groh
2022-03-15
LibJS/Tests: Consolidate Error.prototype.stack tests
Linus Groh
2022-03-15
LibJS: Set internal function name of NativeError constructors
Linus Groh
2022-03-15
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.PluralRules
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.NumberFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.Locale
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.ListFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DisplayNames
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DateTimeFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.Collator
Timothy Flynn
2022-03-15
LibJS/Bytecode: Fix typo in object binding an entry with no alias
Luke Wilde
2022-03-15
LibJS/Bytecode: End for's variable scope after update block generation
Luke Wilde
2022-03-15
LibJS: Stop generating switch case statements on block termination
Luke Wilde
2022-03-14
LibJS: Implement default values for function parameters in BC
Ali Mohammad Pur
2022-03-14
LibJS/Bytecode: Replace merged block references before copying them
Ali Mohammad Pur
2022-03-14
LibJS: Use ranges instead of specifying all registers for NewArray
Ali Mohammad Pur
2022-03-14
LibJS/Bytecode: Make NewArray write directly to indexed properties
Luke Wilde
2022-03-14
LibJS/Bytecode: Setup declarative environment for lexical for statements
Luke Wilde
2022-03-14
LibJS/Bytecode: Setup declarative environment for catch with variable
Luke Wilde
2022-03-14
LibJS/Bytecode: Setup lexical environment boundary for with statements
Luke Wilde
2022-03-14
LibJS/Bytecode: Unwind to closest unwind boundary on Throw
Luke Wilde
2022-03-14
LibJS/Bytecode: Unwind environments before block terminating instruction
Luke Wilde
2022-03-14
LibJS: Leave unwind context if it has no finalizer when using handler
Luke Wilde
2022-03-14
LibJS/Bytecode: Unconditionally end break/continuable scopes
Luke Wilde
2022-03-14
LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment
Timothy Flynn
2022-03-14
LibJS: Preallocate the list returned from CreateListFromArrayLike
Timothy Flynn
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
2022-03-13
LibJS: Implement bytecode generation for WithStatement
Ali Mohammad Pur
2022-03-13
LibJS: Initialize 'var' bindings to undefined on declaration
Ali Mohammad Pur
2022-03-13
LibJS: Leave the unwind context on break/continue/return in bytecode
Ali Mohammad Pur
2022-03-13
LibJS: Propagate abrupt completions in Bytecode::Op::Call
Ali Mohammad Pur
2022-03-13
LibJS: Add some tests for TypedArray.prototype.set
mjz19910
2022-03-11
LibJS: Apply source's byte offset in TA#set when both TAs have same type
Luke Wilde
2022-03-10
LibJS: Use CreateTemporalCalendar in GetBuiltinCalendar
Linus Groh
2022-03-10
LibJS: Replace dead code in ParseTimeZoneOffsetString with an assertion
Linus Groh
2022-03-10
LibJS: Add missing check in ParseTemporalInstant
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw given correct input
Linus Groh
[next]