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
Age
Commit message (
Expand
)
Author
2021-06-07
LibJS: Add bytecode generation for BinaryOp::InstanceOf
Linus Groh
2021-06-07
LibJS: Add bytecode generation for BinaryOp::In
Linus Groh
2021-06-07
LibJS: Make sure that if expressions yield the correct value
Gunnar Beutner
2021-06-07
LibJS: Make sure scope expressions yield the correct value
Gunnar Beutner
2021-06-07
LibJS: Add <<, >> and >>> assignment operators
Ryan Chandler
2021-06-07
LibJS: Add bytecode ops for <<, >> and >>>
Luke
2021-06-07
LibJS: Add support for various assignment operators
Ryan Chandler
2021-06-07
LibJS: Add support for typed equality checks
Ryan Chandler
2021-06-07
LibJS: Add bytecode generation for EmptyStatement
Gunnar Beutner
2021-06-07
LibJS: Add bytecode generation for DebuggerStatement
Linus Groh
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 loading boolean and null values
Gunnar Beutner
2021-06-07
LibJS: Fix AbstractInequals returning result of AbstractEquals
Ryan Chandler
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: Remove unused Bytecode::Block::m_buffer_end
Andreas Kling
2021-06-07
LibJS: Add placeholder bytecode block sealing mechanism
Andreas Kling
2021-06-07
LibJS: Cache generated bytecode for ScriptFunction
Andreas Kling
2021-06-07
LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)
Andreas Kling
2021-06-07
LibJS: Devirtualize and pack the bytecode stream :^)
Andreas Kling
2021-06-07
LibJS: Reset Bytecode::Interpreter's m_return_value when leaving run()
Andreas Kling
2021-06-07
LibJS: Make sure the global CallFrame doesn't go out of scope
Andreas Kling
2021-06-07
LibJS: Add AbstractEquals bytecode instruction for == comparison :^)
Andreas Kling
2021-06-07
LibJS: Add basic support for "continue" in the bytecode VM
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: Create a global/outermost CallFrame for Bytecode::Interpreter
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: Print bytecode registers with format "$num" instead of "rnum"
Andreas Kling
2021-06-07
LibJS: Make Bytecode::Generator::emit() return the created instruction
Andreas Kling
2021-06-07
LibJS: Move AST bytecode generation virtuals to separate cpp file
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: Add a VM accessor to Bytecode::Interpreter :^)
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-06-07
LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor
Idan Horowitz
2021-06-07
LibJS: Add missing length field to Symbol.prototype[Symbol.ToPrimitive]
Idan Horowitz
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
[next]