index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Bytecode
/
Op.cpp
Age
Commit message (
Expand
)
Author
2021-06-07
LibJS: Make sure that if expressions yield the correct value
Gunnar Beutner
2021-06-07
LibJS: Add bytecode ops for <<, >> and >>>
Luke
2021-06-07
LibJS: Add support for typed equality checks
Ryan Chandler
2021-06-07
LibJS: Add bytecode instructions for a bunch of unary operators
Linus Groh
2021-06-07
LibJS: Remove redundant Value() from bytecode bitwise ops execute()
Linus Groh
2021-06-07
LibJS: Add bytecode ops for &, | and ^
Luke
2021-06-07
LibJS: Add bytecode ops for >, >= and <=
Gunnar Beutner
2021-06-07
LibJS: Add bytecode instructions for modulo and exponentiation
Gunnar Beutner
2021-06-07
LibJS: Add bytecode instructions for multiplication and division
Gunnar Beutner
2021-06-07
LibJS: Devirtualize and pack the bytecode stream :^)
Andreas Kling
2021-06-07
LibJS: Add AbstractEquals bytecode instruction for == comparison :^)
Andreas Kling
2021-06-07
LibJS: Add basic "if" statement support to the bytecode VM :^)
Andreas Kling
2021-06-07
LibJS: Compile ScriptFunctions into bytecode and run them that way :^)
Andreas Kling
2021-06-07
LibJS: Support basic function calls in the bytecode world :^)
Andreas Kling
2021-06-07
LibJS: Add a new EnterScope bytecode instruction
Andreas Kling
2021-06-07
LibJS: Add GetById bytecode instruction for object property retrieval
Andreas Kling
2021-06-07
LibJS: Add PutById bytecode instruction for object property assignment
Andreas Kling
2021-06-07
LibJS: Add a NewObject bytecode instruction for ObjectExpression :^)
Andreas Kling
2021-06-07
LibJS: Generate bytecode for do...while statements :^)
Andreas Kling
2021-06-07
LibJS: Add AbstractInequals bytecode instruction :^)
Andreas Kling
2021-06-07
LibJS: Add basic support for while loops in the bytecode engine
Andreas Kling
2021-06-07
LibJS: Add LessThan bytecode instruction :^)
Andreas Kling
2021-06-07
LibJS: Add Sub bytecode instruction (subtract values)
Andreas Kling
2021-06-07
LibJS: Add formatting helper for Bytecode::Register
Andreas Kling
2021-06-07
LibJS: Some more opcodes for the bytecode VM
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
[prev]