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
/
Interpreter.h
Age
Commit message (
Expand
)
Author
2020-04-13
LibJS: Remove Interpreter::declare_variable()
Andreas Kling
2020-04-11
LibJS: Add console.trace()
Linus Groh
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
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-07
LibJS: Add Boolean constructor object
Jack Karamanian
2020-04-06
LibJS: Give argument vectors an inline capacity of 8
Andreas Kling
2020-04-05
LibJS: Add support for "continue" inside "for" statements :^)
Andreas Kling
2020-04-05
LibJS: Make "break" actually work inside "switch"
Andreas Kling
2020-04-04
LibJS: Don't return the "last computed value" from Interpreter::run()
Andreas Kling
2020-04-04
LibJS: Add NumberObject and make to_object() on number values create it
Andreas Kling
2020-04-04
LibJS: Add Function() and Function.prototype
Linus Groh
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling
2020-04-01
LibJS: Add argument(i) and argument_count() to Interpreter
Andreas Kling
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-29
LibJS: Implement basic execution of "switch" statements
Andreas Kling
2020-03-29
LibJS+LibWeb: Function calls should always go through Interpreter
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-27
LibJS: Allow function calls with missing arguments
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Implement basic exception throwing
Andreas Kling
2020-03-23
LibJS: Actually leave the current function scope on "return"
Andreas Kling
2020-03-23
LibJS: Implement "else" parsing
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-20
LibJS: Add ArrayPrototype and implement Array.prototype.push()
Andreas Kling
2020-03-18
LibJS: Add Interpreter::call(Function*, this_value, arguments)
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-17
LibJS: Protect function call "this" and arguments from GC
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-16
LibJS: Fix assignment of const variable on declaration
0xtechnobabble
2020-03-15
LibJS: Add ObjectPrototype and implement hasOwnProperty()
Andreas Kling
2020-03-15
LibJS: Rename collect_roots() => gather_roots()
Andreas Kling
2020-03-15
LibJS: Use the same StringPrototype globally
Andreas Kling
2020-03-15
LibJS: Add basic prototype support
Andreas Kling
2020-03-14
LibJS: Evaluate for statements in their own scope if necessary
0xtechnobabble
2020-03-12
LibJS: Add NativeFunction, a callable wrapper around a C++ lambda
Andreas Kling
2020-03-12
LibJS: Implement const variable declarations
0xtechnobabble
2020-03-12
LibJS: Allow functions to take arguments (#1405)
howar6hill
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-09
LibJS: Make sure we mark everything reachable from the scope stack
Andreas Kling
2020-03-09
LibJS: Add basic support for (scoped) variables
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