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