Idan Horowitz
|
53f70e5208
LibJS: Remove the default length & attributes from define_native_*
|
4 years ago |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 years ago |
Idan Horowitz
|
6787e86a3a
LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AO
|
4 years ago |
Linus Groh
|
339ccba354
LibJS: Make Object.prototype.toString() fully spec compliant
|
4 years ago |
Idan Horowitz
|
8195c31965
LibJS: Remove the non-standard get_own_property_descriptor helper
|
4 years ago |
Linus Groh
|
cb20baebae
LibJS: Make ObjectPrototype an immutable prototype exotic object
|
4 years ago |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 years ago |
Andreas Kling
|
2d4eb40f59
LibJS: Add the CreateMappedArgumentsObject abstract operation
|
4 years ago |
Andreas Kling
|
1bd52ce789
LibJS: Stop qualifying AK::Function
|
4 years ago |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 years ago |
Linus Groh
|
dbda5a9a4c
LibJS: Move install_error_cause() from Object to Error
|
4 years ago |
Andreas Kling
|
9ccc2f6c4d
LibJS: Make EnvironmentRecord inherit directly from Cell
|
4 years ago |
Andreas Kling
|
f1e1d9dd74
LibJS: Add EnvironmentRecord::global_object()
|
4 years ago |
davidot
|
16b87b85e3
LibJS: Add parameter to delete_property since we need DeleteOrThrow
|
4 years ago |
Andreas Kling
|
1f8b6ac3c3
LibJS: Begin implementing GlobalEnvironmentRecord
|
4 years ago |
Andreas Kling
|
aabd82d508
LibJS: Bring function environment records closer to the spec
|
4 years ago |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
4 years ago |
Linus Groh
|
e9388408db
LibJS: Implement support for the [[IsHTMLDDA]] internal slot
|
4 years ago |
Idan Horowitz
|
dcb55db99b
LibJS: Replace boolean without_side_effects parameters with an enum
|
4 years ago |
Idan Horowitz
|
6352a33ed2
LibJS: Respect Object::get's without_side_effects parameter for numbers
|
4 years ago |
Linus Groh
|
317b88a8c3
LibJS: Replace Object's create_empty() with create() taking a prototype
|
4 years ago |
Andreas Kling
|
5eef07d232
LibJS: Avoid lots of string-to-int during global object construction
|
4 years ago |
Andreas Kling
|
095accd2b2
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
|
4 years ago |
Idan Horowitz
|
7f6d3818a2
LibJS: Add the Object::define_native_accessor method
|
4 years ago |
Linus Groh
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 years ago |
Andreas Kling
|
6714cf3631
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
|
4 years ago |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Linus Groh
|
6e9eb0a284
LibJS: Add Object::get_without_side_effects()
|
4 years ago |
Linus Groh
|
da8a35a79e
LibJS: Implement Object.defineProperties()
|
4 years ago |