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-09-27
LibJS: Move scope stack from VM back to Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-26
LibJS: Remove two unused Interpreter member functions
Andreas Kling
2020-09-22
LibJS: Move well-known symbols to the VM
Andreas Kling
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-21
LibJS: GC should gather roots from all active interpreters
Andreas Kling
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-20
LibJS: Make Interpreter::in_strict_mode() work outside of scope
Andreas Kling
2020-09-12
LibJS: Extract most of Interpreter's run() into execute_statement()
Linus Groh
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-07-11
LibJS: Use macros to enumerate well-known symbols
Matthew Olsson
2020-07-09
LibJS: Move global symbol map from SymbolObject to Interpreter
Matthew Olsson
2020-07-01
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
Matthew Olsson
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-20
LibJS: Make Interpreter::construct() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
Andreas Kling
2020-06-08
LibJS+js: Support getting last value from "_" variable
Linus Groh
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-24
Browser: Add JS Console
FalseHonesty
2020-05-21
LibJS: Make Interpreter::call() this_value a required argument
Linus Groh
2020-05-05
LibJS: Add some helpers and use them to re-implement Console functions
Emanuele Torre
2020-05-05
LibJS: Move join_args() in Interpreter
Emanuele Torre
2020-05-02
LibJS: Start implementing a Console class for the interpreter
Emanuele Torre
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-05-01
LibJS: Implement console.count()
Emanuele Torre
2020-04-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-18
LibJS: Move the empty object shape from Interpreter to GlobalObject
Andreas Kling
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-18
LibJS: Pass prototype to Error constructors
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
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
[next]