Andreas Kling
|
d1b58ee9ad
LibJS: Move well-known symbols to the VM
|
4 years ago |
Andreas Kling
|
4a8bfcdd1c
LibJS: Move the current exception from Interpreter to VM
|
4 years ago |
Andreas Kling
|
df3ff76815
LibJS: Rename InterpreterScope => InterpreterExecutionScope
|
4 years ago |
Andreas Kling
|
fbe2907510
LibJS: GC should gather roots from all active interpreters
|
4 years ago |
Andreas Kling
|
1c43442be4
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
|
4 years ago |
Andreas Kling
|
668e73df8a
LibJS: Make Interpreter::in_strict_mode() work outside of scope
|
4 years ago |
Linus Groh
|
ec43f73b74
LibJS: Extract most of Interpreter's run() into execute_statement()
|
4 years ago |
AnotherTest
|
394e4c04cd
LibJS: Add a helper for calling JS::Function's with arguments
|
4 years ago |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
4 years ago |
Andreas Kling
|
bbe2d4a2d9
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
|
4 years ago |
Matthew Olsson
|
c485c86015
LibJS: Use macros to enumerate well-known symbols
|
5 years ago |
Matthew Olsson
|
d9db6bec42
LibJS: Move global symbol map from SymbolObject to Interpreter
|
5 years ago |
Matthew Olsson
|
98323e19e5
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
|
5 years ago |
Jack Karamanian
|
7533fd8b02
LibJS: Initial class implementation; allow super expressions in object
|
5 years ago |
Andreas Kling
|
3ba17d8df7
LibJS: Make Interpreter::construct() take a GlobalObject&
|
5 years ago |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 years ago |
Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
5 years ago |
Andreas Kling
|
5042e560ef
LibJS: Make more Interpreter functions take a GlobalObject&
|
5 years ago |
Andreas Kling
|
053863f35e
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
|
5 years ago |
Linus Groh
|
5072d4e02d
LibJS+js: Support getting last value from "_" variable
|
5 years ago |
Linus Groh
|
a48080f62d
LibJS: Move Interpreter::get_trace() to ConsoleClient
|
5 years ago |
Matthew Olsson
|
d52ea37717
LibJS: Integrate labels into the Interpreter
|
5 years ago |
Matthew Olsson
|
786722149b
LibJS: Add strict mode
|
5 years ago |
FalseHonesty
|
391237a8e1
Browser: Add JS Console
|
5 years ago |
Linus Groh
|
4e657c370c
LibJS: Make Interpreter::call() this_value a required argument
|
5 years ago |
Emanuele Torre
|
bc7ed4524e
LibJS: Add some helpers and use them to re-implement Console functions
|
5 years ago |
Emanuele Torre
|
73bead5ae9
LibJS: Move join_args() in Interpreter
|
5 years ago |
Emanuele Torre
|
2e92c2e5e1
LibJS: Start implementing a Console class for the interpreter
|
5 years ago |
Linus Groh
|
79b829637e
LibJS: Implement most of the Reflect object
|
5 years ago |
Emanuele Torre
|
8c60ba1e42
LibJS: Implement console.count()
|
5 years ago |