Andreas Kling
|
2d4eb40f59
LibJS: Add the CreateMappedArgumentsObject abstract operation
|
před 4 roky |
Andreas Kling
|
1bd52ce789
LibJS: Stop qualifying AK::Function
|
před 4 roky |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
před 4 roky |
Linus Groh
|
dbda5a9a4c
LibJS: Move install_error_cause() from Object to Error
|
před 4 roky |
Andreas Kling
|
9ccc2f6c4d
LibJS: Make EnvironmentRecord inherit directly from Cell
|
před 4 roky |
Andreas Kling
|
f1e1d9dd74
LibJS: Add EnvironmentRecord::global_object()
|
před 4 roky |
davidot
|
16b87b85e3
LibJS: Add parameter to delete_property since we need DeleteOrThrow
|
před 4 roky |
Andreas Kling
|
1f8b6ac3c3
LibJS: Begin implementing GlobalEnvironmentRecord
|
před 4 roky |
Andreas Kling
|
aabd82d508
LibJS: Bring function environment records closer to the spec
|
před 4 roky |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
před 4 roky |
Linus Groh
|
e9388408db
LibJS: Implement support for the [[IsHTMLDDA]] internal slot
|
před 4 roky |
Idan Horowitz
|
dcb55db99b
LibJS: Replace boolean without_side_effects parameters with an enum
|
před 4 roky |
Idan Horowitz
|
6352a33ed2
LibJS: Respect Object::get's without_side_effects parameter for numbers
|
před 4 roky |
Linus Groh
|
317b88a8c3
LibJS: Replace Object's create_empty() with create() taking a prototype
|
před 4 roky |
Andreas Kling
|
5eef07d232
LibJS: Avoid lots of string-to-int during global object construction
|
před 4 roky |
Andreas Kling
|
095accd2b2
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
|
před 4 roky |
Idan Horowitz
|
7f6d3818a2
LibJS: Add the Object::define_native_accessor method
|
před 4 roky |
Linus Groh
|
862ba64037
LibJS: Implement the Error Cause proposal
|
před 4 roky |
Andreas Kling
|
6714cf3631
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
|
před 4 roky |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
před 4 roky |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Linus Groh
|
6e9eb0a284
LibJS: Add Object::get_without_side_effects()
|
před 4 roky |
Linus Groh
|
da8a35a79e
LibJS: Implement Object.defineProperties()
|
před 4 roky |
Linus Groh
|
275da6fcc9
LibJS: Update Object::define_accessor() to take both getter and setter
|
před 4 roky |
Linus Groh
|
ec62783af9
LibJS: Let Object::delete_property() return a bool, not Value
|
před 4 roky |
Linus Groh
|
f3264b0dbd
LibJS: Implement Object.isFrozen() and Object.isSealed()
|
před 4 roky |
Linus Groh
|
9af07c7803
LibJS: Implement Object.freeze() and Object.seal()
|
před 4 roky |
Linus Groh
|
1c3eef5317
LibJS: Use MarkedValueList for internal own properties getter functions
|
před 4 roky |
Linus Groh
|
abc7b31079
LibJS: Let Object::get_own_properties() return both strings and symbols
|
před 4 roky |
Linus Groh
|
1416027486
LibJS: Add Object::get_enumerable_own_property_names() and use it
|
před 4 roky |