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
/
Tests
/
builtins
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-10
LibJS: Implement String.prototype.split
Marcin Gasperowicz
2021-01-07
LibCrypto+LibJS: Fix broken subtraction of two negative signed bigints
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-29
LibJS: Uncomment the tests that pass now
Egor Ananyin
2020-12-28
LibJS: Add tests for new Math functions
Egor Ananyin
2020-12-28
LibJS: Implement Object.prototype.isPrototypeOf
Luke
2020-12-27
LibJS: Implement Array.prototype.sort()
Xavier Cooney
2020-12-27
Base+LibJS+LibWeb: Make prettier clean
Linus Groh
2020-12-26
LibJS: Implement String.prototype.endsWith()
Xavier Cooney
2020-12-24
LibJS: Implement Object.prototype.propertyIsEnumerable
Luke
2020-12-08
LibJS: Add test for Math.asin()
Andreas Kling
2020-12-08
LibJS: Add Math.atan()
Andreas Kling
2020-12-05
LibJS: Add Float{32,64}Array
Linus Groh
2020-12-02
LibJS: Use ArrayBuffer for typed array data
Linus Groh
2020-12-02
LibJS: Add ArrayBuffer
Linus Groh
2020-12-02
LibJS: Add generic InvalidLength error type
Linus Groh
2020-12-02
LibJS: Move TypedArray length getter to prototype
Linus Groh
2020-12-02
LibJS: Add TypedArray.BYTES_PER_ELEMENT
Linus Groh
2020-12-02
LibJS: Add more tests for TypedArray
Linus Groh
2020-12-02
LibJS: Add ErrorType::ConstructorWithoutNew
Linus Groh
2020-12-01
LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit)
Andreas Kling
2020-11-29
LibJS: Add a basic implementation of String.prototype.substr()
Andreas Kling
2020-11-28
LibJS: Make RegExp.prototype.source spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.toString() spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.flags spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp() constructor spec-compliant
Linus Groh
2020-11-27
LibJS: Implement `RegExpPrototype::exec()'
AnotherTest
2020-11-27
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
AnotherTest
2020-11-24
LibJS: Support receiver in ProxyObject::get/put()
Linus Groh
2020-11-22
LibJS: Forward receiver value to native property getters/setters
Linus Groh
2020-11-07
LibJS: Set prototype of GlobalObject to ObjectPrototype
Linus Groh
2020-11-06
LibJS: Handle circular references in Array.prototype.toLocaleString()
Linus Groh
2020-11-05
LibJS: Use array-like size for IndexedProperties::is_empty()
Linus Groh
2020-11-04
LibJS: Fix ProxyObject get/set with symbol property name
Linus Groh
2020-11-04
LibJS: Implement Object(value) constructor
Linus Groh
2020-11-04
LibJS: Handle circular references in Array.prototype.join()
Linus Groh
2020-11-04
LibJS: Use "," separator in Array.prototype.join() if first arg is undefined
Linus Groh
2020-11-04
LibJS: Implement RegExp.prototype.toString() as standalone function
Linus Groh
2020-10-29
LibJS: Tweak generated source in 'new Function()' to match ES 2015 spec
Linus Groh
2020-10-25
LibJS: Implement rules for duplicate function parameters
Linus Groh
2020-10-10
LibJS: Don't change offset when reconfiguring property in unique shape
Linus Groh
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-19
LibJS: Handle getter exception in JSONObject::serialize_json_property()
Linus Groh
2020-09-01
LibJS: Add tests for issue #3382
Linus Groh
2020-08-26
LibJS: Add some more tests, mostly around leap years
Nico Weber
2020-08-25
JS Tests: Disable the one failing test when running test-js in Serenity
Nico Weber
2020-08-24
LibJS: Make Date's tuple constructor correctly handle out-of-range arguments
Nico Weber
2020-08-24
LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...
Nico Weber
2020-08-23
LibJS: Implement Date.getUTC*
Nico Weber
[next]