Luke
|
200c7572b7
LibJS: Implement Object.prototype.propertyIsEnumerable
|
4 年之前 |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
4 年之前 |
Linus Groh
|
2e2571743b
LibJS: Use string::formatted() in to_string() functions
|
4 年之前 |
Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
4 年之前 |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 年之前 |
Ben Wiederhake
|
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
|
4 年之前 |
Andreas Kling
|
d1b58ee9ad
LibJS: Move well-known symbols to the VM
|
4 年之前 |
Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 年之前 |
Matthew Olsson
|
5ecd504f4e
LibJS: Implement spec-compliant Object.prototype.toString
|
5 年之前 |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
5 年之前 |
Andreas Kling
|
2fe4285693
LibJS: Object::initialize() overrides must always call base class
|
5 年之前 |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
5 年之前 |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 年之前 |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 年之前 |
Andreas Kling
|
053863f35e
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
|
5 年之前 |
Linus Groh
|
70d2add22f
LibJS: Add Object.prototype.toLocaleString()
|
5 年之前 |
Matthew Olsson
|
dd08c992e8
LibJS: Simplify and normalize publicly-exposed Object functions
|
5 年之前 |
Linus Groh
|
1a1394f7a2
LibJS: Change Value::to_object(Heap& -> Interpreter&)
|
5 年之前 |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
5 年之前 |
Linus Groh
|
0a0ba64383
LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly
|
5 年之前 |
mattco98
|
23ec578a01
LibJS: Implement correct attributes for (almost) all properties
|
5 年之前 |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
5 年之前 |
Andreas Kling
|
f6d57c82f6
LibJS: Pass prototype to Function constructors
|
5 年之前 |
Andreas Kling
|
8bfee015bc
LibJS: Make Object::to_string() call the "toString" property if present
|
5 年之前 |
Linus Groh
|
cd3e2690eb
LibJS: Set length property in Object::put_native_function()
|
5 年之前 |
Andreas Kling
|
cd1d369cdd
LibJS: Add argument(i) and argument_count() to Interpreter
|
5 年之前 |
Andreas Kling
|
56936b97d0
LibJS+LibWeb: Move native JS functions into dedicated member functions
|
5 年之前 |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
5 年之前 |
Andreas Kling
|
0a71533aff
LibJS: Pass argument value vectors as const Vector<Value>&
|
5 年之前 |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
5 年之前 |