index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2020-05-30
LibJS: Don't define the "prototype" property for arrow functions
Jack Karamanian
2020-05-30
LibJS: Set the bound |this| value to the |this| value of the current
Jack Karamanian
2020-05-30
LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow
Jack Karamanian
2020-05-30
LibJS: Remove unnecessary explicit from the 3 argument Function
Jack Karamanian
2020-05-30
LibJS: Object.getOwnPropertyDescriptor works properly with accessors
Matthew Olsson
2020-05-30
LibJS: Parse arrow function expression with correct precedence
Marcin Gasperowicz
2020-05-29
LibJS: Add all remaining tokens to MarkupGenerator's style converter
FalseHonesty
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-29
LibJS: Parse labels in continue and break statements
Matthew Olsson
2020-05-29
LibJS: Parse labelled statements
Matthew Olsson
2020-05-29
LibJS: New expressions look for expressions with correct precedence
Matthew Olsson
2020-05-29
LibJS: Make Object::invoke() non-const
Linus Groh
2020-05-29
LibJS: Add Array.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object::invoke()
Linus Groh
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
LibJS: Fix conditional expression precedence
Matthew Olsson
2020-05-29
LibJS: Throw in strict mode when assigning property to primitive value
Linus Groh
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-28
LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax error
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-28
LibJS: Fix out-of-range error in Parser::Error::source_location_hint
Matthew Olsson
2020-05-27
LibJS: Reformat ArrayPrototype.cpp
Linus Groh
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-26
LibJS: Add Array.prototype.fill
Angel
2020-05-26
LibJS: Fix style inconsistencies in AST.h (#2403)
Emanuele Torre
2020-05-26
LibJS: Fix incorrect token column values (#2401)
Paul Redmond
2020-05-26
LibJS: Add Error::source_location_hint()
Linus Groh
2020-05-26
LibJS: Only log exception throw information on Serenity
Linus Groh
2020-05-26
LibJS: Add Array.prototype.splice
Luke
2020-05-26
Browser: Add output styles to JS source printed in the console
FalseHonesty
2020-05-26
LibJS: Create JS to HTML markup generator
FalseHonesty
2020-05-25
LibJS: Implement basic for..in and for..of loops
Linus Groh
2020-05-24
LibJS: Make Array.prototype.includes() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.lastIndexOf() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.indexOf() generic
Linus Groh
2020-05-24
LibJS: Use the new math constants
Sergey Bugaev
2020-05-24
LibJS: add Array.prototype.reduceRight()
Marcin Gasperowicz
2020-05-24
LibJS: Refactor Accessor
Linus Groh
2020-05-24
Browser: Add JS Console
FalseHonesty
2020-05-23
LibJS: Use __APPLE__ instead of __MACH__ for MacOS build
Marcin Gasperowicz
2020-05-23
LibJS: Add Array.prototype.reduce() (#2334)
Marcin Gasperowicz
2020-05-23
LibJS: Treat NaN in Value::to_i32() as zero
Linus Groh
2020-05-23
Build: Make Lagom build under macOS (#2341)
Marcin Gasperowicz
2020-05-23
LibJS: Add missing exception check to ArrayPrototype's for_each_item()
Linus Groh
2020-05-23
LibJS: Fix Array.prototype.lastIndexOf() implementation
Linus Groh
2020-05-23
LibJS: Treat missing arg in Array.prototype.{indexOf,lastIndexOf}() as undefined
Linus Groh
2020-05-22
LibJS: Make Array.prototype.{join,toString}() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.pop() generic
Linus Groh
[prev]
[next]