Andreas Kling
|
3bfb0534be
LibGC: Rename MarkedVector => RootVector
|
6 月之前 |
Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 月之前 |
Shannon Booth
|
9b79a686eb
LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
|
8 月之前 |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 月之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
Linus Groh
|
48c19cdb06
LibJS: Remove ProxyPrototype
|
4 年之前 |
Andreas Kling
|
98f2da9834
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
|
4 年之前 |
Linus Groh
|
f6f0d3cbae
LibJS: Support receiver in ProxyObject::get/put()
|
4 年之前 |
Linus Groh
|
2cf8649d0e
LibJS: Fix ProxyObject get/set with symbol property name
|
4 年之前 |
Linus Groh
|
44e38b8457
LibJS: Replace a bunch of vm() calls in ProxyObject with reference
|
4 年之前 |
Linus Groh
|
8afe1c8165
LibJS: Fix incorrect exception checks in ProxyObject
|
4 年之前 |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
4 年之前 |
Linus Groh
|
f9eaac62d9
LibJS: Use String::formatted() for throw_exception() message
|
4 年之前 |
Andreas Kling
|
fa18baf3e8
LibJS: Add Value::is_nullish()
|
4 年之前 |
Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
4 年之前 |
Andreas Kling
|
b9793e603c
LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol
|
4 年之前 |
Andreas Kling
|
f79d4c7347
LibJS: Remove Interpreter& argument to Function::construct()
|
4 年之前 |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 年之前 |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
4 年之前 |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
4 年之前 |
Andreas Kling
|
676cb87a8f
LibJS: Use VM::exception() instead of Interpreter::exception() a bunch
|
4 年之前 |
AnotherTest
|
394e4c04cd
LibJS: Add a helper for calling JS::Function's with arguments
|
4 年之前 |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
4 年之前 |
Matthew Olsson
|
7a1d485b19
LibJS: Integrate Symbols into objects as valid keys
|
5 年之前 |
Matthew Olsson
|
21064a1883
LibJS: Use correct MarkedValueList append method
|
5 年之前 |
Matthew Olsson
|
bda39ef7ab
LibJS: Explicitly pass a "Function& new_target" to Function::construct
|
5 年之前 |
Matthew Olsson
|
98323e19e5
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
|
5 年之前 |
Linus Groh
|
afcfea2001
LibJS: Handle "receiver" argument in Reflect.{get,set}()
|
5 年之前 |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
5 年之前 |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 年之前 |