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
Age
Commit message (
Expand
)
Author
2021-06-08
LibCore/ArgsParser: Learn how to stop on first non-option
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-08
LibJS: Add sequence expression bytecode generation
Luke
2021-06-08
LibJS: Add conditional expression bytecode generation
Luke
2021-06-08
LibJS: Implement bytecode ops for logical expressions
Gunnar Beutner
2021-06-08
LibJS: Convert values to boolean for JumpIfTrue/JumpIfFalse
Gunnar Beutner
2021-06-08
LibJS: Add the Symbol.species getter to the appropriate built-ins
Idan Horowitz
2021-06-07
LibJS: Use to_property_key() a bunch in ReflectObject
Linus Groh
2021-06-07
LibJS: Remove redundant exception checks
Linus Groh
2021-06-07
LibJS: Never omit setter/getter attributes in accessor descriptor object
Linus Groh
2021-06-07
LibJS: Fix get_own_property_descriptor_object() field name order
Linus Groh
2021-06-07
LibJS: Add missing cyclic prototype check to Object.setPrototypeOf()
Linus Groh
2021-06-07
LibJS: Use macros to generate the common unary/binary bytecode ops
Andreas Kling
2021-06-07
LibJS: Fix whitespace errors in ASTCodegen.cpp
Linus Groh
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-08
LibAudio: WavLoader: Avoid reading partial samples
Nick Miller
2021-06-08
LibAudio+LibCore: Remove unnecessary IODeviceStreamReader.h
Nick Miller
2021-06-08
LibGUI+SoundPlayer: Add Slider option to jump to cursor
Nick Miller
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
[next]