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
/
Forward.h
Age
Commit message (
Expand
)
Author
2020-04-04
LibJS: Correctly forward declare "Argument" as a struct
Andreas Kling
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling
2020-04-01
LibJS: Add GlobalObject to the forwarding header
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Implement basic exception throwing
Andreas Kling
2020-03-23
LibJS: Implement "else" parsing
Andreas Kling
2020-03-18
LibJS: Add Handle<T>, a strong C++ handle for keeping GC objects alive
Andreas Kling
2020-03-18
LibJS: Add Function to Forward.h
Andreas Kling
2020-03-12
LibJS: Add NativeFunction, a callable wrapper around a C++ lambda
Andreas Kling
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-11
LibJS: Add a new PrimitiveString class to hold GC-allocated strings
Andreas Kling
2020-03-08
LibJS: Add a basic mark&sweep garbage collector :^)
Andreas Kling
2020-03-07
LibJS: Start building a JavaScript engine for SerenityOS :^)
Andreas Kling