Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 ヶ月 前 |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 ヶ月 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |
Andreas Kling
|
f48751a739
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
|
4 年 前 |
Andreas Kling
|
a1029738fd
LibJS: Add some more items to CommonPropertyNames that I missed
|
4 年 前 |
Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
4 年 前 |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 年 前 |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
4 年 前 |
Ben Wiederhake
|
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
|
4 年 前 |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
4 年 前 |
Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 年 前 |
Matthew Olsson
|
02305d01ea
LibJS: Add Number.prototype.toString
|
5 年 前 |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 年 前 |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 年 前 |
Andreas Kling
|
cf702a13b9
LibJS: Pass prototype to NumberObject constructor
|
5 年 前 |
Andreas Kling
|
070a8f2689
LibJS: Boolean, Number and String prototypes should have values too
|
5 年 前 |
Andreas Kling
|
3a026a1ede
LibJS: Add NumberObject and make to_object() on number values create it
|
5 年 前 |