.. |
Pass
|
53166c10ca
LibJS: Remove unused header includes
|
před 3 roky |
ASTCodegen.cpp
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
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 |
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
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
před 3 roky |
Generator.h
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
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
|
b96118b5d1
LibJS: Fix codegen for nodes after try statements without 'finally'
|
před 3 roky |
Interpreter.cpp
|
070d2eaa51
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
|
před 3 roky |
Interpreter.h
|
070d2eaa51
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
|
před 3 roky |
Label.h
|
1414c7b049
LibJS: Add a basic pass manager and add some basic passes
|
před 4 roky |
Op.cpp
|
b96118b5d1
LibJS: Fix codegen for nodes after try statements without 'finally'
|
před 3 roky |
Op.h
|
b96118b5d1
LibJS: Fix codegen for nodes after try statements without 'finally'
|
před 3 roky |
PassManager.h
|
1414c7b049
LibJS: Add a basic pass manager and add some basic passes
|
před 4 roky |
Register.h
|
22c803d8e5
LibJS: Always keep the global object in bytecode VM register $1
|
před 4 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 |