Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
vor 1 Jahr |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
vor 2 Jahren |
Linus Groh
|
bd40464195
LibJS: Convert standalone construct() to NonnullGCPtr
|
vor 2 Jahren |
Linus Groh
|
03acbf0beb
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
|
vor 2 Jahren |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
vor 2 Jahren |
Linus Groh
|
efbd8ee072
LibJS: Convert BoundFunction::create() to NonnullGCPtr
|
vor 2 Jahren |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
vor 2 Jahren |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
vor 2 Jahren |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
vor 2 Jahren |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
vor 2 Jahren |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
vor 2 Jahren |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
vor 3 Jahren |
Linus Groh
|
214d5e3e83
LibJS: Update outdated table reference in BoundFunctionCreate
|
vor 3 Jahren |
Linus Groh
|
b4c6fd51be
LibJS: Use single page spec link for BoundFunctionCreate
|
vor 3 Jahren |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
vor 3 Jahren |
Linus Groh
|
898ad7c682
LibJS: Implement Function.prototype.bind() according to the spec :^)
|
vor 3 Jahren |
Linus Groh
|
f663c7d6da
LibJS: Remove unused BoundFunction::m_constructor_prototype
|
vor 3 Jahren |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
vor 3 Jahren |
Linus Groh
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
vor 3 Jahren |
Linus Groh
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
vor 3 Jahren |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
vor 3 Jahren |
Linus Groh
|
8c81c84c18
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
|
vor 3 Jahren |
Linus Groh
|
9043041dd3
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
|
vor 3 Jahren |
Linus Groh
|
4566472ed6
LibJS: Rename BoundFunction::m_target_function to match spec name
|
vor 3 Jahren |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
vor 4 Jahren |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
vor 4 Jahren |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
vor 4 Jahren |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
vor 4 Jahren |
Andreas Kling
|
b650d11dd3
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
|
vor 4 Jahren |
Andreas Kling
|
aabd82d508
LibJS: Bring function environment records closer to the spec
|
vor 4 Jahren |