Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
7 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Andreas Kling
|
43ff2ea8d8
LibJS: Use regular stack for VM call frames instead of Vector storage
|
4 years ago |
Andreas Kling
|
e4bda2e1e7
LibJS: Move Console from Interpreter to GlobalObject
|
4 years ago |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
4 years ago |
AnotherTest
|
699e1fdc07
LibJS: Eliminate some (unnecessary) Vector copies
|
4 years ago |
Linus Groh
|
a48080f62d
LibJS: Move Interpreter::get_trace() to ConsoleClient
|
5 years ago |
Linus Groh
|
9e3127785e
LibJS: Remove dummy implementations from Console methods
|
5 years ago |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
5 years ago |
Emanuele Torre
|
e91ab0cb02
LibJS: Implement ConsoleClient
|
5 years ago |
Emanuele Torre
|
bc7ed4524e
LibJS: Add some helpers and use them to re-implement Console functions
|
5 years ago |
Emanuele Torre
|
30519c22f6
LibJS: Re-implement console functions as wrappers around Console methods
|
5 years ago |
Emanuele Torre
|
046f9cf115
LibJS: Remove ConsoleMessage from LibJS
|
5 years ago |
Emanuele Torre
|
be1a5bf3f7
LibJS: Add ConsoleMessage concept
|
5 years ago |
Emanuele Torre
|
e9c7d4524a
LibJS: Implement ConsoleObject::count() as a Console::count() wrapper
|
5 years ago |
Emanuele Torre
|
2e92c2e5e1
LibJS: Start implementing a Console class for the interpreter
|
5 years ago |