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
Age
Commit message (
Expand
)
Author
2021-08-10
LibJS: Change ExecutionContext's arguments list to a MarkedValueList
Timothy Flynn
2021-08-01
LibJS: Remove unused header includes
Brian Gianforcaro
2021-07-23
LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec
Timothy Flynn
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-11
LibJS: Add support for binding patterns in catch clauses
Ali Mohammad Pur
2021-07-11
LibJS: Implement parsing and evaluation for AssignmentPatterns
Ali Mohammad Pur
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-07-01
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
Andreas Kling
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
LibJS: Rename CallFrame => ExecutionContext
Andreas Kling
2021-06-22
LibJS: Remove direct argument loading since it was buggy
Andreas Kling
2021-06-22
LibJS: Begin implementing GlobalEnvironmentRecord
Andreas Kling
2021-06-22
LibJS: Split the per-call-frame environment into lexical and variable
Andreas Kling
2021-06-21
LibJS: Rename VM::current_scope() => current_environment_record()
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-21
LibJS: Add bytecode support for regexp literals
Matthew Olsson
2021-06-20
LibJS: Let if yield undefined for branches that don't yield a value
Gunnar Beutner
2021-06-19
LibJS: Support object rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Support array rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement array destructuring for the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Support object destructuring in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Add JumpUndefined bytecode
Matthew Olsson
2021-06-19
LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulator
Matthew Olsson
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-15
LibJS: Rename the overridden Instruction methods to foo_impl
Ali Mohammad Pur
2021-06-15
LibJS: Make EnterUnwindContext a terminator op
Ali Mohammad Pur
2021-06-15
LibJS: Make basic block size customizable
Ali Mohammad Pur
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Add LoadArgument bytecode instruction for fast argument access
Andreas Kling
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-12
LibJS: Fix all clang-tidy warnings in Bytecode/Op.h
Andreas Kling
2021-06-12
LibJS: Add missing length() method for NewArray
Gunnar Beutner
2021-06-11
LibJS: Add bytecode generation for simple ObjectExpressions
Gal Horowitz
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
LibJS: Implement bytecode generation for switch
Marcin Gasperowicz
2021-06-11
LibJS: Add bytecode generation for FunctionExpression :^)
Andreas Kling
2021-06-11
LibJS: Basic bytecode support for computed member expressions
Andreas Kling
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-11
LibJS: Resolve the `this' value in call expression bytecode
Ali Mohammad Pur
[next]