index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Object.h
Age
Commit message (
Expand
)
Author
2021-07-16
LibJS: Remove unused Object::PutOwnPropertyMode enum class
Idan Horowitz
2021-07-09
LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke()
Idan Horowitz
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-06
LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AO
Idan Horowitz
2021-07-05
LibJS: Make Object.prototype.toString() fully spec compliant
Linus Groh
2021-07-05
LibJS: Remove the non-standard get_own_property_descriptor helper
Idan Horowitz
2021-07-05
LibJS: Make ObjectPrototype an immutable prototype exotic object
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-06-28
LibJS: Add the CreateMappedArgumentsObject abstract operation
Andreas Kling
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-26
LibJS: Move install_error_cause() from Object to Error
Linus Groh
2021-06-23
LibJS: Make EnvironmentRecord inherit directly from Cell
Andreas Kling
2021-06-23
LibJS: Add EnvironmentRecord::global_object()
Andreas Kling
2021-06-22
LibJS: Add parameter to delete_property since we need DeleteOrThrow
davidot
2021-06-22
LibJS: Begin implementing GlobalEnvironmentRecord
Andreas Kling
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-20
LibJS: Implement support for the [[IsHTMLDDA]] internal slot
Linus Groh
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-16
LibJS: Respect Object::get's without_side_effects parameter for numbers
Idan Horowitz
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
Andreas Kling
2021-06-12
LibJS: Add the Object::define_native_accessor method
Idan Horowitz
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
LibJS: Add Object::get_without_side_effects()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-10
LibJS: Update Object::define_accessor() to take both getter and setter
Linus Groh
2021-04-10
LibJS: Let Object::delete_property() return a bool, not Value
Linus Groh
2021-04-07
LibJS: Implement Object.isFrozen() and Object.isSealed()
Linus Groh
2021-04-07
LibJS: Implement Object.freeze() and Object.seal()
Linus Groh
2021-04-07
LibJS: Use MarkedValueList for internal own properties getter functions
Linus Groh
2021-04-05
LibJS: Let Object::get_own_properties() return both strings and symbols
Linus Groh
2021-04-05
LibJS: Add Object::get_enumerable_own_property_names() and use it
Linus Groh
2021-04-05
LibJS: Remove this_object parameter from get/put own property functions
Linus Groh
2021-03-19
LibJS: Add fast_is<T> for StringObject and GlobalObject
Andreas Kling
2021-03-14
LibJS: Add the same Object::invoke() overloads as VM::call()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
[prev]