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.cpp
Age
Commit message (
Expand
)
Author
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-03
LibJS: Hide interpreter exception debug output behind a flag
Matthew Olsson
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
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: Pass GlobalObject& to AST node execute() functions
Andreas Kling
2020-06-08
LibJS+js: Support getting last value from "_" variable
Linus Groh
2020-06-08
LibJS: Add interpreter exception checks
Matthew Olsson
2020-06-06
LibJS: Hoist function declarations
Marcin Gasperowicz
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
2020-05-30
LibJS: Use the function's bound |this| and bound arguments in
Jack Karamanian
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-26
LibJS: Only log exception throw information on Serenity
Linus Groh
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
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-04-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-28
LibJS: Support o.f++ :^)
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-21
LibJS: Rename global_call_fram to global_call_frame
Linus Groh
2020-04-19
LibJS: Do not assume that a call frame exists in {get,set}_variable
AnotherTest
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 Function constructors
Andreas Kling
2020-04-16
LibJS: Dump a JavaScript backtrace when throwing exceptions
Andreas Kling
2020-04-16
LibJS: Remove unreachable code in Interpreter::enter_scope()
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
2020-04-13
LibJS: Use HashMap::ensure_capacity() in enter_scope()
Andreas Kling
2020-04-13
LibJS: Remove Interpreter::declare_variable()
Andreas Kling
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Throw on assignment of an const variable
Brian Gianforcaro
2020-04-13
LibJS: Parse "this" as ThisExpression
Stephan Unverwerth
2020-04-12
LibJS: Cache a FlyString for "this" to speed up variable lookup
Andreas Kling
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: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
LibJS: Give argument vectors an inline capacity of 8
Andreas Kling
[next]