Linus Groh
|
337ad6d15c
LibJS: Implement the GetMethod() abstract operation as a Value method
|
4 years ago |
Andreas Kling
|
b650d11dd3
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
|
4 years ago |
davidot
|
16b87b85e3
LibJS: Add parameter to delete_property since we need DeleteOrThrow
|
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
|
55db9539a5
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
|
4 years ago |
Idan Horowitz
|
dcb55db99b
LibJS: Replace boolean without_side_effects parameters with an enum
|
4 years ago |
Matthew Olsson
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
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
|
ec62783af9
LibJS: Let Object::delete_property() return a bool, not Value
|
4 years ago |
Linus Groh
|
e7ef729db3
LibJS: Use Value::get_method() a bunch
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Linus Groh
|
f253f68768
LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}Return
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |