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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Add the MapIterator built-in and the key/values/entries methods
Idan Horowitz
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Add the WeakMap built-in object
Idan Horowitz
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-09
LibJS: Add the WeakSet built-in object
Idan Horowitz
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-07
LibJS: Move AST bytecode generation virtuals to separate cpp file
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-06-02
LibJS: Fix indendation in CMakeLists.txt
Linus Groh
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-25
LibJS: Inline Cell::Visitor::visit() functions
Andreas Kling
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-04-21
LibJS: Precompile Heap.h and GlobalObject.h
Ali Mohammad Pur
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling