Andreas Kling
|
b650d11dd3
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
|
vor 4 Jahren |
Andreas Kling
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
vor 4 Jahren |
Andreas Kling
|
0eeb7f67a7
LibJS: Don't use m_ prefix for argument name in ScriptFunction
|
vor 4 Jahren |
Andreas Kling
|
1d20380859
LibJS: Split the per-call-frame environment into lexical and variable
|
vor 4 Jahren |
Andreas Kling
|
aabd82d508
LibJS: Bring function environment records closer to the spec
|
vor 4 Jahren |
Andreas Kling
|
6ed6434bab
LibJS: Remove home object from DeclarativeEnvironmentRecord
|
vor 4 Jahren |
Andreas Kling
|
08510a0c80
LibJS: Rename VM::current_scope() => current_environment_record()
|
vor 4 Jahren |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
vor 4 Jahren |
Linus Groh
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
vor 4 Jahren |
Matthew Olsson
|
ce04c2259f
LibJS: Restructure and fully implement BindingPatterns
|
vor 4 Jahren |
Matthew Olsson
|
22b17219ff
LibJS: Add the remaining generator objects
|
vor 4 Jahren |
Ali Mohammad Pur
|
1414c7b049
LibJS: Add a basic pass manager and add some basic passes
|
vor 4 Jahren |
Andreas Kling
|
a733a30373
LibJS: Write computed function default arguments into the call frame
|
vor 4 Jahren |
Ali Mohammad Pur
|
8b3f8879c1
LibJS: Use an enum class instead of 'bool is_generator'
|
vor 4 Jahren |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
vor 4 Jahren |
Gunnar Beutner
|
6a0d1fa259
LibJS: Store strings in a string table
|
vor 4 Jahren |
Andreas Kling
|
b61f198d22
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
|
vor 4 Jahren |
Ali Mohammad Pur
|
01e8f0889a
LibJS: Generate bytecode in basic blocks instead of one big block
|
vor 4 Jahren |
Andreas Kling
|
4ba2eb8fe5
LibJS: Cache generated bytecode for ScriptFunction
|
vor 4 Jahren |
Andreas Kling
|
7cbe4daa7c
LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)
|
vor 4 Jahren |
Andreas Kling
|
80b1604b0a
LibJS: Compile ScriptFunctions into bytecode and run them that way :^)
|
vor 4 Jahren |
Ali Mohammad Pur
|
7a00d6d9c8
LibJS: Implement destructuring assignments and function parameters
|
vor 4 Jahren |
Stephan Unverwerth
|
10ceeb092f
Everywhere: Use s.unverwerth@serenityos.org :^)
|
vor 4 Jahren |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
vor 4 Jahren |
speles
|
913fd8de13
LibJS: Respect declaration kind for variables inside functions
|
vor 4 Jahren |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
vor 4 Jahren |