.. |
Pass
|
0c365fdfd3
LibJS: Avoid unnecessary copies in MergeBlocks codegen pass
|
3 лет назад |
ASTCodegen.cpp
|
a37bee919a
LibJS: Use ranges instead of specifying all registers for NewArray
|
3 лет назад |
BasicBlock.cpp
|
d203a86900
LibJS: Always inline the bytecode instruction iterator's operator++
|
3 лет назад |
BasicBlock.h
|
d203a86900
LibJS: Always inline the bytecode instruction iterator's operator++
|
3 лет назад |
CodeGenerationError.h
|
75aa900b83
LibJS: Make ASTNode::generate_bytecode() fallible
|
3 лет назад |
Executable.cpp
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
3 лет назад |
Executable.h
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
3 лет назад |
Generator.cpp
|
858bcac4c7
LibJS/Bytecode: Unwind environments before block terminating instruction
|
3 лет назад |
Generator.h
|
9f4cc6435d
LibJS/Bytecode: Unwind to closest unwind boundary on Throw
|
3 лет назад |
IdentifierTable.cpp
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
3 лет назад |
IdentifierTable.h
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
3 лет назад |
Instruction.cpp
|
a8ccc9580d
LibJS: Move Instruction::length() to the Op.h header
|
4 лет назад |
Instruction.h
|
2000251333
LibJS: Implement bytecode generation for WithStatement
|
3 лет назад |
Interpreter.cpp
|
ada8880f58
LibJS: Leave unwind context if it has no finalizer when using handler
|
3 лет назад |
Interpreter.h
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 лет назад |
Label.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 лет назад |
Op.cpp
|
a37bee919a
LibJS: Use ranges instead of specifying all registers for NewArray
|
3 лет назад |
Op.h
|
a37bee919a
LibJS: Use ranges instead of specifying all registers for NewArray
|
3 лет назад |
PassManager.h
|
1414c7b049
LibJS: Add a basic pass manager and add some basic passes
|
4 лет назад |
Register.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 лет назад |
StringTable.cpp
|
13f04e37e5
LibJS: Use String and move semantics in Bytecode::StringTable
|
3 лет назад |
StringTable.h
|
13f04e37e5
LibJS: Use String and move semantics in Bytecode::StringTable
|
3 лет назад |