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-05-05 02:38:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
419eb7ab97eaa85e5df4ffacad411aed631986d0
ladybird
/
Userland
/
Libraries
/
LibJS
/
Bytecode
History
Andreas Kling
178f0b9971
LibJS: Support non-base-10 BigInt literals in bytecode VM
...
Fixes 39 tests in test262 and a handful in test-js. :^)
2022-10-19 19:58:15 +02:00
..
Pass
…
ASTCodegen.cpp
LibJS: Support non-base-10 BigInt literals in bytecode VM
2022-10-19 19:58:15 +02:00
BasicBlock.cpp
…
BasicBlock.h
…
CodeGenerationError.h
…
Executable.cpp
…
Executable.h
…
Generator.cpp
…
Generator.h
LibJS: Align Instructions as void* and roundup variably sized ones sizes
2022-10-01 00:04:02 +01:00
IdentifierTable.cpp
…
IdentifierTable.h
…
Instruction.cpp
…
Instruction.h
LibJS: Align Instructions as void* and roundup variably sized ones sizes
2022-10-01 00:04:02 +01:00
Interpreter.cpp
LibJS: Disable bytecode optimizations by default
2022-10-19 14:37:57 +02:00
Interpreter.h
LibJS: Disable bytecode optimizations by default
2022-10-19 14:37:57 +02:00
Label.h
…
Op.cpp
LibJS: Forward a string aproximation of the CallExpression to Call Ops
2022-10-17 01:36:41 +02:00
Op.h
LibJS: Forward a string aproximation of the CallExpression to Call Ops
2022-10-17 01:36:41 +02:00
PassManager.h
…
Register.h
LibJS: Remove Bytecode::Register::global_object()
2022-08-23 13:58:30 +01:00
StringTable.cpp
…
StringTable.h
…