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-11-30
LibJS: Allow CallExpressions as lhs of assignments in most cases
davidot
2022-11-30
LibJS: Fix that constant declaration in for loop was mutable in body
davidot
2022-11-29
LibJS: Allow specifying only roundingIncrement in NumberFormat options
Timothy Flynn
2022-11-28
LibJS: Enable commented out tests in Math.asin
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.tanh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.sinh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.log10
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.log2
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.log
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.atanh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.atanh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.asinh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.asin
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.acosh
davidot
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-11-27
LibJS: Remove m_first_invalid_property_range from ObjectExpression
davidot
2022-11-27
LibJS: Remove is_use_strict_directive for all StringLiterals
davidot
2022-11-27
LibJS: Use the source offset to sort imports in module
davidot
2022-11-27
LibJS: No longer assume there is a cycle root when module failed before
davidot
2022-11-27
LibJS: Remove already resolved FIXME
davidot
2022-11-26
LibJS: Switch to bytecode interpreter to run generator functions for AST
Luke Wilde
2022-11-26
LibJS: Perform received abrupt generator completions in the generator
Luke Wilde
2022-11-26
LibJS/Bytecode: Store unwind contexts inside RegisterWindow
Luke Wilde
2022-11-26
LibJS/Bytecode: Make `yield` by itself yield undefined
Luke Wilde
2022-11-26
LibJS: Use Object's new deferred instrinsic storage for GlobalObject
Timothy Flynn
2022-11-26
LibJS: Support instrinsic Object properties with deferred evaluation
Timothy Flynn
2022-11-26
LibJS: Lazily initialize most Realm instrinsic contructors/prototypes
Timothy Flynn
2022-11-26
LibJS+js: Move the value print implementation to LibJS
Ali Mohammad Pur
2022-11-24
LibJS: Unbreak test262-parser-tests after source range caching changes
Andreas Kling
2022-11-24
LibJS: Avoid unnecessary SourceRange construction in parse_program()
Andreas Kling
2022-11-24
LibJS: Make Error stack trace generation faster with a line break cache
Andreas Kling
2022-11-23
LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cpp
Andreas Kling
2022-11-23
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
Andreas Kling
2022-11-23
LibJS: Make AsyncFunctionConstructor.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Remove unnecessary AST.h include in a handful of cpp files
Andreas Kling
2022-11-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make ECMAScriptFunctionObject.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
Andreas Kling
2022-11-23
LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h
Andreas Kling
2022-11-23
LibJS: Make SourceTextModule.h not include AST.h or Parser.h
Andreas Kling
2022-11-23
LibJS: Make Script.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make Script.h not include Parser.h
Andreas Kling
2022-11-23
LibJS: Make Parser::Error a standalone ParserError class
Andreas Kling
2022-11-23
LibJS: Move {Import,Export}Entry out of {Import,Export}Statement
Andreas Kling
2022-11-23
LibJS: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make Interpreter.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make RegExpObject.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make DeclarativeEnvironment not include AST.h
Andreas Kling
2022-11-23
LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.h
Andreas Kling
[next]