This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-02 18:56:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
55531e5cda9175c02dcc86cbaaef9cde856e82a3
ladybird
/
Userland
/
Libraries
/
LibJS
/
Bytecode
History
Andreas Kling
55531e5cda
LibJS/Bytecode: Use LHS identifier as function name on logical assign
...
This now creates a function named `x`: x ||= function() { } 9 new passes on test262. :^)
2023-06-26 16:07:33 +02:00
..
Pass
…
ASTCodegen.cpp
LibJS/Bytecode: Use LHS identifier as function name on logical assign
2023-06-26 16:07:33 +02:00
BasicBlock.cpp
…
BasicBlock.h
…
CodeGenerationError.cpp
…
CodeGenerationError.h
…
Executable.cpp
…
Executable.h
…
Generator.cpp
LibJS/Bytecode: Add codegen for "named evaluation if anonymous function"
2023-06-23 16:09:33 +02:00
Generator.h
LibJS/Bytecode: Add codegen for "named evaluation if anonymous function"
2023-06-23 16:09:33 +02:00
IdentifierTable.cpp
…
IdentifierTable.h
…
Instruction.cpp
…
Instruction.h
LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS
2023-06-25 09:19:53 +02:00
Interpreter.cpp
LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model
2023-06-22 21:16:17 +02:00
Interpreter.h
LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model
2023-06-22 21:16:17 +02:00
Label.h
…
Op.cpp
LibJS: Rename JS::Iterator to JS::IteratorRecord
2023-06-26 10:39:07 +02:00
Op.h
LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS
2023-06-25 09:19:53 +02:00
PassManager.h
…
Register.h
…
StringTable.cpp
…
StringTable.h
…