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
/
functions
Age
Commit message (
Expand
)
Author
2022-04-11
LibJS: Add tests for the new steps added to PerformEval
Luke Wilde
2021-12-30
LibJS: Evaluate NewExpression arguments before checking constructor type
Linus Groh
2021-10-09
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-13
LibJS: Evaluate function arguments before checking callee type
Linus Groh
2021-07-06
LibJS: Improve function hoisting across blocks
Hendi
2021-07-02
LibJS: Allow patterns in parenthesized arrow function parameters
Ali Mohammad Pur
2021-06-04
LibJS: Fix functions binding this to global object in strict mode
Ryan Chandler
2021-05-29
LibJS: Add tests for destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-13
LibJS: Ensure function declarations don't leak outside function scopes
Linus Groh
2021-03-22
Only apply auto-naming of function expressions based on syntax
Andreas Kling
2021-03-21
LibJS: Only update anonymous function names when necessary
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling