Andreas Kling
|
a007b3c379
LibJS: Move "strict mode" state to the call stack
|
4 years ago |
Andreas Kling
|
f79d4c7347
LibJS: Remove Interpreter& argument to Function::construct()
|
4 years ago |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 years ago |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
4 years ago |
Andreas Kling
|
4036ff9d91
LibJS: Remove unused argument in NativeFunction constructor
|
4 years ago |
Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 years ago |
Matthew Olsson
|
bda39ef7ab
LibJS: Explicitly pass a "Function& new_target" to Function::construct
|
5 years ago |
Jack Karamanian
|
7533fd8b02
LibJS: Initial class implementation; allow super expressions in object
|
5 years ago |
Andreas Kling
|
af51dc105a
LibJS+LibWeb: Add JS::Object::inherits(class_name)
|
5 years ago |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 years ago |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 years ago |
Andreas Kling
|
f6d57c82f6
LibJS: Pass prototype to Function constructors
|
5 years ago |
Andreas Kling
|
ed80952cb6
LibJS: Introduce LexicalEnvironment
|
5 years ago |
Stephan Unverwerth
|
bbd592cb6c
LibJS: Tweak FunctionPrototype::to_string and constructors
|
5 years ago |
Linus Groh
|
eece424694
LibJS: Make Function and CallFrame aware of their function name
|
5 years ago |
Linus Groh
|
849e2c77e4
LibJS: Implement constructor/non-constructor function calls
|
5 years ago |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
5 years ago |
Andreas Kling
|
14047ca432
LibJS: Add a global "Object" constructor
|
5 years ago |
Andreas Kling
|
08b17d70af
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
|
5 years ago |
Andreas Kling
|
0a71533aff
LibJS: Pass argument value vectors as const Vector<Value>&
|
5 years ago |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
5 years ago |