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
/
Runtime
Age
Commit message (
Expand
)
Author
2020-05-02
LibJS: Add ConsoleMessage concept
Emanuele Torre
2020-05-02
LibJS: Implement ConsoleObject::count() as a Console::count() wrapper
Emanuele Torre
2020-05-02
LibJS: Start implementing a Console class for the interpreter
Emanuele Torre
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-05-01
LibJS: Implement indexed access for StringObject
Linus Groh
2020-05-01
LibJS: Make Array.length non-configurable
Linus Groh
2020-05-01
LibJS: Add Value::to_size_t()
Linus Groh
2020-05-01
LibJS: Add Object::has_property()
Linus Groh
2020-05-01
LibJS: Return a bool from Object::put* to indicate success
Linus Groh
2020-05-01
LibJS: Add String.prototype.lastIndexOf
Kesse Jones
2020-05-01
LibJS: Implement console.countReset()
Emanuele Torre
2020-05-01
LibJS: Implement console.count()
Emanuele Torre
2020-04-30
LibJS: Add Object.{keys,values,entries}()
mattco98
2020-04-29
LibJS: Make String.prototype.slice() generic
Linus Groh
2020-04-29
LibJS: Make (most) String.prototype functions generic
Linus Groh
2020-04-29
LibJS: Handle non-string primitive values in Object::to_string()
Linus Groh
2020-04-29
LibJS: Throw error in Object::to_string() if string conversion fails
Linus Groh
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-29
LibJS: Add String.prototype.slice
Kesse Jones
2020-04-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-29
LibJS: Don't use Optional<Value> for bound |this| values
Andreas Kling
2020-04-29
LibJS: Make Value::as_string() return a PrimitiveString reference
Andreas Kling
2020-04-29
LibJS: Make StringObject::primitive_string() return a reference
Andreas Kling
2020-04-29
LibJS: Return undefined in Array.prototype.{pop,shift} for empty values
Linus Groh
2020-04-29
LibJS: Set Array length attributes to "Configurable | Writable"
mattco98
2020-04-29
LibJS: Don't handle arrays separately in Value::to_number()
Linus Groh
2020-04-29
LibJS: Skip undefined and null in join_array_with_separator()
Linus Groh
2020-04-28
LibJS: Call Array.prototype.findIndex() callback for empty elements
Linus Groh
2020-04-28
LibJS: Call Array.prototype.find() callback for empty elements
Linus Groh
2020-04-28
LibJS: Let Array.prototype.map() resize new array before loop
Linus Groh
2020-04-28
LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly
Linus Groh
2020-04-28
LibJS: Support o.f++ :^)
Andreas Kling
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-28
LibJS: Add Array.prototype.some
Kesse Jones
2020-04-28
LibJS: Add bounds check to Array.prototype.{find,findIndex}
Linus Groh
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-27
LibJS: Add Array.prototype.findIndex
Kesse Jones
2020-04-26
LibJS: Implement Number.isInteger()
Linus Groh
2020-04-26
LibJS: Implement Number.isNaN()
Linus Groh
2020-04-26
LibJS: Implement Number.isFinite()
Linus Groh
2020-04-26
LibJS: Grow storage when adding a property to uniquely-shaped Object
Andreas Kling
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-26
LibJS: Implement Object.is()
Linus Groh
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-25
LibJS: Add String.prototype.includes
Kesse Jones
2020-04-24
LibJS: Add Array.prototype.find
Kesse Jones
2020-04-23
LibJS: Fix left shift operator
Linus Groh
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
[next]