.. |
Pass
|
0b8d2fb62f
LibJS/Bytecode: Replace merged block references before copying them
|
před 3 roky |
ASTCodegen.cpp
|
4b5a9bab34
LibJS: Actually generate a lexical env for SwitchStatement in BC
|
před 3 roky |
BasicBlock.cpp
|
d203a86900
LibJS: Always inline the bytecode instruction iterator's operator++
|
před 3 roky |
BasicBlock.h
|
d203a86900
LibJS: Always inline the bytecode instruction iterator's operator++
|
před 3 roky |
CodeGenerationError.h
|
75aa900b83
LibJS: Make ASTNode::generate_bytecode() fallible
|
před 3 roky |
Executable.cpp
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
před 3 roky |
Executable.h
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
před 3 roky |
Generator.cpp
|
7cc53b7ef1
LibJS/Bytecode: Implement the delete unary expression
|
před 3 roky |
Generator.h
|
7cc53b7ef1
LibJS/Bytecode: Implement the delete unary expression
|
před 3 roky |
IdentifierTable.cpp
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
před 3 roky |
IdentifierTable.h
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
před 3 roky |
Instruction.cpp
|
a8ccc9580d
LibJS: Move Instruction::length() to the Op.h header
|
před 4 roky |
Instruction.h
|
7cc53b7ef1
LibJS/Bytecode: Implement the delete unary expression
|
před 3 roky |
Interpreter.cpp
|
d5791c85b4
LibJS: Avoid copying the frame into the interpreter in BC generators
|
před 3 roky |
Interpreter.h
|
d5791c85b4
LibJS: Avoid copying the frame into the interpreter in BC generators
|
před 3 roky |
Label.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
před 3 roky |
Op.cpp
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
Op.h
|
007ffcd763
LibJS: Implement bytecode generation for all ObjectExpression properties
|
před 3 roky |
PassManager.h
|
1414c7b049
LibJS: Add a basic pass manager and add some basic passes
|
před 4 roky |
Register.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
před 3 roky |
StringTable.cpp
|
13f04e37e5
LibJS: Use String and move semantics in Bytecode::StringTable
|
před 3 roky |
StringTable.h
|
13f04e37e5
LibJS: Use String and move semantics in Bytecode::StringTable
|
před 3 roky |