Linus Groh
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 лет назад |
Linus Groh
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 лет назад |
Linus Groh
|
72f5252826
LibJS: Forward BoundFunction::has_constructor() to bound target function
|
3 лет назад |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 лет назад |
Linus Groh
|
38157a6093
LibJS: Move has_constructor() from NativeFunction to FunctionObject
|
3 лет назад |
Linus Groh
|
9043041dd3
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
|
3 лет назад |
Linus Groh
|
4566472ed6
LibJS: Rename BoundFunction::m_target_function to match spec name
|
3 лет назад |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 лет назад |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 лет назад |
Andreas Kling
|
b650d11dd3
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
|
4 лет назад |
Andreas Kling
|
aabd82d508
LibJS: Bring function environment records closer to the spec
|
4 лет назад |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
4 лет назад |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 лет назад |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 лет назад |