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-05-26
LibJS: Create JS to HTML markup generator
FalseHonesty
2020-05-21
LibJS: Add getter/setter support
Matthew Olsson
2020-05-17
LibJS: Add symbol objects
mattco98
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-21
LibJS: Add Uint8ClampedArray :^)
Andreas Kling
2020-04-21
LibJS: Implement Function.prototype.bind()
Jack Karamanian
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-19
LibJS: Add DeferGC, a RAII way to prevent GC temporarily
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
2020-04-10
LibJS: Use enumerator macros for boilerplate code around native types
Andreas Kling
2020-04-10
LibJS: Add all the Error subclasses
Andreas Kling
2020-04-08
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Emanuele Torre
2020-04-08
LibJS: Add "constructor" property to constructor prototypes
Andreas Kling
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