Jack Karamanian
|
b0932b0aec
LibJS: Allow null or undefined as a bound |this| value in strict mode
|
5 年 前 |
Linus Groh
|
36996bd720
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
|
5 年 前 |
Linus Groh
|
1a1394f7a2
LibJS: Change Value::to_object(Heap& -> Interpreter&)
|
5 年 前 |
Linus Groh
|
85582953c6
LibJS: Minor formatting changes in Function.cpp
|
5 年 前 |
Andreas Kling
|
a38658dc88
LibJS: Don't use Optional<Value> for bound |this| values
|
5 年 前 |
Andreas Kling
|
35aea2e454
LibJS: Stop using Optional<Value> in favor of Value's empty state
|
5 年 前 |
Jack Karamanian
|
1fa0c7304d
LibJS: Implement Function.prototype.bind()
|
5 年 前 |
Jack Karamanian
|
5750edd859
LibJS: Allow Function objects to be constructed with a bound |this|
|
5 年 前 |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
5 年 前 |
Andreas Kling
|
f6d57c82f6
LibJS: Pass prototype to Function constructors
|
5 年 前 |
Linus Groh
|
2944039d6b
LibJS: Add Function() and Function.prototype
|
5 年 前 |
Andreas Kling
|
37fe16a99c
LibJS: Add Function.prototype and make "new" Objects delegate to it
|
5 年 前 |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
5 年 前 |