.. |
ASTCodegen.cpp
|
dbc2f7ed48
LibJS: Implement CreatePerIterationEnvironment for 'for' statements
|
před 11 měsíci |
BasicBlock.cpp
|
3a73eb99ac
LibJS/Bytecode: Store labels as basic block index during compilation
|
před 1 rokem |
BasicBlock.h
|
507f83a615
LibJS/Bytecode: Always resolve `this` binding into dedicated register
|
před 1 rokem |
Builtins.cpp
|
86b85aa68b
LibJS: Introduce Builtins
|
před 1 rokem |
Builtins.h
|
b99f0a7e22
LibJS/Bytecode: Reorder Call instruction members to make it smaller
|
před 1 rokem |
CodeGenerationError.cpp
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
před 2 roky |
CodeGenerationError.h
|
1400a85fae
LibJS: Remove unused CodeGenerationError::to_deprecated_string
|
před 2 roky |
Executable.cpp
|
855f6417df
LibJS/Bytecode: Move environment variable caches into instructions
|
před 1 rokem |
Executable.h
|
509c10d14d
LibJS: Make GetById and GetByValue avoid get_identifier() in common case
|
před 1 rokem |
Generator.cpp
|
509c10d14d
LibJS: Make GetById and GetByValue avoid get_identifier() in common case
|
před 1 rokem |
Generator.h
|
509c10d14d
LibJS: Make GetById and GetByValue avoid get_identifier() in common case
|
před 1 rokem |
IdentifierTable.cpp
|
37d722f4a6
LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index
|
před 1 rokem |
IdentifierTable.h
|
37d722f4a6
LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index
|
před 1 rokem |
Instruction.cpp
|
d79438a2a6
LibJS: Join locals, constants and registers into single vector
|
před 1 rokem |
Instruction.h
|
4302e07346
LibJS/Bytecode: Rename TypeofVariable => TypeofBinding
|
před 1 rokem |
Interpreter.cpp
|
509c10d14d
LibJS: Make GetById and GetByValue avoid get_identifier() in common case
|
před 1 rokem |
Interpreter.h
|
1de475b404
LibJS: Prepare yield object before re-routing it through finally
|
před 1 rokem |
Label.cpp
|
3a73eb99ac
LibJS/Bytecode: Store labels as basic block index during compilation
|
před 1 rokem |
Label.h
|
3a73eb99ac
LibJS/Bytecode: Store labels as basic block index during compilation
|
před 1 rokem |
Op.h
|
60a05ef414
LibJS/Bytecode: Give TypeofBinding instructions a lookup cache
|
před 1 rokem |
Operand.h
|
d79438a2a6
LibJS: Join locals, constants and registers into single vector
|
před 1 rokem |
RegexTable.cpp
|
c0f985ffcf
LibJS/Bytecode: Don't reparse regular expressions on instantiation
|
před 2 roky |
RegexTable.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
před 1 rokem |
Register.h
|
58e2fe895c
LibJS: Stash thrown exception in a register before executing finalizer
|
před 1 rokem |
ScopedOperand.cpp
|
507f83a615
LibJS/Bytecode: Always resolve `this` binding into dedicated register
|
před 1 rokem |
ScopedOperand.h
|
7971cfdd89
LibJS/Bytecode: Move bytecode operand rewriting to a separate pass
|
před 1 rokem |
StringTable.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
před 1 rokem |
StringTable.h
|
601e10d50c
LibJS/Bytecode: Make StringTableIndex be a 32-bit index
|
před 1 rokem |