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-02
LibJS: Fix rounding issues in Number.toFixed
Ben Abraham
2022-02-28
LibJS: Spin the event loop until await has completed
davidot
2022-02-23
LibJS: Print the expected and received value on expect.toEqual() failure
Ali Mohammad Pur
2022-02-21
LibJS: Define the Intl.Collator's compare function name to be empty
Timothy Flynn
2022-02-20
LibJS: Re-implement String.localeCompare using the StringCompare AO
Idan Horowitz
2022-02-20
LibJS: Implement get Intl.Collator.prototype.compare
Idan Horowitz
2022-02-20
LibJS: Add an initial implementation of Collator Compare Functions
Idan Horowitz
2022-02-20
LibJS: Capture values as handles in Promise.prototype.finally callbacks
Linus Groh
2022-02-20
LibJS: Use new NativeFunction::create() in most places
Linus Groh
2022-02-20
LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction
Linus Groh
2022-02-20
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
Linus Groh
2022-02-20
LibJS: Remove unused FunctionNode::set_name()
Linus Groh
2022-02-20
LibJS: Remove unused BoundFunction.h include from FunctionObject.cpp
Linus Groh
2022-02-19
LibJS: Trim all types of whitespace characters before parsing numbers
Idan Horowitz
2022-02-19
LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable
Idan Horowitz
2022-02-19
LibJS: Do not create a prototype property on AsyncFunction instances
Idan Horowitz
2022-02-19
LibJS: Initialize {Async,}{Generator,}Function constructors properly
Idan Horowitz
2022-02-19
LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor
Idan Horowitz
2022-02-18
LibJS: Ensure we only call toString on computed properties once
Anonymous
2022-02-18
LibJS: Unify exponentiation logic for ** operator and Math.pow
Anonymous
2022-02-18
LibJS: Add a spec link for Iterator Records
Timothy Flynn
2022-02-18
LibJS: Allow methods in classes named 'async'
davidot
2022-02-18
LibJS: Allow CallExpression as left hand side of for-of/for-in loops
davidot
2022-02-16
Meta: Add support for enumerations to the IDL compiler
Ali Mohammad Pur
2022-02-16
LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
Timothy Flynn
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-16
LibJS/Tests: Run prettier on modulo-basic.js
Linus Groh
2022-02-16
LibJS: Implement the Number::remainder AO using fmod
Anonymous
2022-02-16
LibJS: Fix mixing of logical and coalescing operators
Anonymous
2022-02-15
LibJS: Fix cases where we incorrectly allowed 'in' in for loops
Anonymous
2022-02-15
LibJS: Correct an include in PrimitiveString
davidot
2022-02-15
LibJS: Use CopyDataProperties when spreading in object expressions
davidot
2022-02-15
LibJS: Use entire array of SimpleIndexedPropertyStorage before growing
davidot
2022-02-14
LibJS: Add missing include for 'u32' to CanonicalIndex.h
Linus Groh
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
LibJS: Add spec comments to ArrayBuffer.prototype.byteLength
Jamie Mansfield
2022-02-13
LibJS: Add spec comments to ArrayBuffer.prototype.slice
Jamie Mansfield
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibJS: More properly implement scoping rules in bytecode codegen
Ali Mohammad Pur
2022-02-13
LibJS: Implement ClassExpression::generate_bytecode()
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-13
LibJS: Don't emit a LeaveUnwindContext after a successful handler
Ali Mohammad Pur
2022-02-13
LibJS: Implement the NewClass opcode
Ali Mohammad Pur
2022-02-13
LibJS/Tests: Rename snake_case identifiers in string-basic.js
Linus Groh
2022-02-13
LibJS: Correct receiver value in GetValue's [[Get]] call
Linus Groh
2022-02-13
LibJS: Add spec comments to more Reference AOs
Linus Groh
2022-02-13
LibJS+LibLine: Run clang-format
Andreas Kling
2022-02-13
LibJS: Always inline Lexer::current_code_point()
Andreas Kling
2022-02-13
LibJS: Make more use of Token::flystring_value()
Andreas Kling
2022-02-13
LibJS: Add Token::flystring_value() to produce FlyString directly
Andreas Kling
[next]