Timothy Flynn
|
f2c19f96f8
LibJS: Implement Temporal.Now
|
7 mesiacov pred |
Shannon Booth
|
fd0c63b338
LibJS: Align spec comments for ShadowRealm for HostInitializeShadowRealm
|
7 mesiacov pred |
Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
7 mesiacov pred |
Shannon Booth
|
c2988a7dd5
LibJS: Don't directly teach the heap about the javascript VM or Realm
|
7 mesiacov pred |
Shannon Booth
|
ae6d105f41
LibJS: Use a Function to indirectly let Heap visit VM's GC roots
|
7 mesiacov pred |
Shannon Booth
|
1e54003cb1
LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate
|
7 mesiacov pred |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 mesiacov pred |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 rokov pred |
Andreas Kling
|
f48751a739
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
|
4 rokov pred |
Andreas Kling
|
231171364d
LibJS: Remove some unnecessary null checks
|
4 rokov pred |
Linus Groh
|
5eb1f752ab
LibJS: Use new format functions everywhere
|
4 rokov pred |
Linus Groh
|
28552f3f36
LibJS: Remove unused {INTERPRETER,VM}_DEBUG
|
4 rokov pred |
Andreas Kling
|
cc14b5a6d7
LibJS: Implement a very hackish "arguments" object
|
4 rokov pred |
Andreas Kling
|
01c8765519
LibJS+LibWeb: Log JavaScript exceptions raised by web content
|
4 rokov pred |
Andreas Kling
|
c3fe9b4df8
LibJS: Add a scope object abstraction
|
4 rokov pred |
Luke
|
bbc0487ced
LibJS: Fix build with VM_DEBUG defined
|
4 rokov pred |
Linus Groh
|
a02b9983f9
LibJS: Throw RuntimeError when reaching the end of the stack
|
4 rokov pred |
Andreas Kling
|
43ff2ea8d8
LibJS: Use regular stack for VM call frames instead of Vector storage
|
4 rokov pred |
Andreas Kling
|
619cd613d0
LibJS: Give VM a cache of single-ASCII-character PrimitiveString
|
4 rokov pred |
Andreas Kling
|
5c2520e6b2
LibJS: Simplify environment access a little bit in VM::construct()
|
4 rokov pred |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
4 rokov pred |
Andreas Kling
|
2864cb66c0
LibJS: Avoid an unnecessary MarkedValueList copy in VM::call_internal()
|
4 rokov pred |
Linus Groh
|
5de5af60c1
LibJS: Replace a few dbg() with dbgln()
|
4 rokov pred |
Andreas Kling
|
a007b3c379
LibJS: Move "strict mode" state to the call stack
|
4 rokov pred |
Andreas Kling
|
3df604ad12
LibJS: Reduce use of Interpreter in LexicalEnvironment
|
4 rokov pred |
Andreas Kling
|
f79d4c7347
LibJS: Remove Interpreter& argument to Function::construct()
|
4 rokov pred |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 rokov pred |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
4 rokov pred |
Andreas Kling
|
be31805e8b
LibJS: Move scope stack from VM back to Interpreter
|
4 rokov pred |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
4 rokov pred |