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
/
ProxyObject.h
Age
Commit message (
Expand
)
Author
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-15
LibJS: Fix that proxy always said that it had a [[Construct]] slot
davidot
2021-10-09
LibJS: Decouple new_function_environment() from FunctionObject
Linus Groh
2021-10-09
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_has_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-25
LibJS: Move has_constructor() from NativeFunction to FunctionObject
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-25
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
Andreas Kling
2021-06-22
LibJS: Add parameter to delete_property since we need DeleteOrThrow
davidot
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-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-13
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
Andreas Kling
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
LibJS: Implement Proxy.revocable()
Linus Groh
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
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: Let Object::delete_property() return a bool, not Value
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling