Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
před 4 roky |
Andreas Kling
|
b9793e603c
LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol
|
před 4 roky |
Andreas Kling
|
f79d4c7347
LibJS: Remove Interpreter& argument to Function::construct()
|
před 4 roky |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
před 4 roky |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
před 4 roky |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
před 4 roky |
Andreas Kling
|
676cb87a8f
LibJS: Use VM::exception() instead of Interpreter::exception() a bunch
|
před 4 roky |
AnotherTest
|
394e4c04cd
LibJS: Add a helper for calling JS::Function's with arguments
|
před 4 roky |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
před 4 roky |
Matthew Olsson
|
7a1d485b19
LibJS: Integrate Symbols into objects as valid keys
|
před 5 roky |
Matthew Olsson
|
21064a1883
LibJS: Use correct MarkedValueList append method
|
před 5 roky |
Matthew Olsson
|
bda39ef7ab
LibJS: Explicitly pass a "Function& new_target" to Function::construct
|
před 5 roky |
Matthew Olsson
|
98323e19e5
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
|
před 5 roky |
Linus Groh
|
afcfea2001
LibJS: Handle "receiver" argument in Reflect.{get,set}()
|
před 5 roky |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
před 5 roky |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
před 5 roky |
Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
před 5 roky |
Matthew Olsson
|
4e33fbdb67
LibJS: Add interpreter exception checks
|
před 5 roky |
Matthew Olsson
|
39ad42defd
LibJS: Add Proxy objects
|
před 5 roky |