Andreas Kling
|
d1b58ee9ad
LibJS: Move well-known symbols to the VM
|
4 년 전 |
Linus Groh
|
c0e4353bde
LibJS: Handle getter exception in JSONObject::serialize_json_property()
|
4 년 전 |
AnotherTest
|
394e4c04cd
LibJS: Add a helper for calling JS::Function's with arguments
|
4 년 전 |
Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 년 전 |
Matthew Olsson
|
43d955014d
LibJS: Implement Symbol.toStringTag
|
5 년 전 |
Matthew Olsson
|
531fdb2e82
LibJS: Prefer "define_property" over "put"
|
5 년 전 |
Matthew Olsson
|
26acc8ba88
LibJS/test-js: Clean up test-js code
|
5 년 전 |
Matthew Olsson
|
21064a1883
LibJS: Use correct MarkedValueList append method
|
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
|
06e29fac57
LibJS: Split more native object constructors into construct/initialize
|
5 년 전 |
Andreas Kling
|
9610d18ebb
LibJS: Remove some Interpreter::global_object() calls in JSONObject
|
5 년 전 |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 년 전 |
Matthew Olsson
|
b155e64b67
LibJS: Add JSON.parse
|
5 년 전 |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
5 년 전 |