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
/
Tests
/
classes
Age
Commit message (
Expand
)
Author
2022-03-09
LibJS: Keep PrivateEnvironment through NativeFunction calls
davidot
2022-02-18
LibJS: Allow methods in classes named 'async'
davidot
2021-12-21
LibJS: Allow super property lookup and new.target in static init blocks
davidot
2021-11-30
LibJS: Replace the verify in private identifier with a syntax error
davidot
2021-11-30
LibJS: Allow defining class fields with "keyword" names
davidot
2021-11-30
LibJS: Treat private identifier as divisible token
davidot
2021-10-20
LibJS: Add parsing and evaluation of private fields and methods
davidot
2021-10-20
LibJS: Add static initializers to classes
davidot
2021-10-20
LibJS: Make class definition evaluation more spec like in ordering
davidot
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-07-18
LibJS: Extend class 'extends' RHS expression parsing
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-05-11
LibJS: Make super() in catch block work
Linus Groh
2021-01-24
LibJS: Check if class extends value has a valid prototype
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling