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-10-21
LibJS: Convert IteratorValue AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorNext AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert GetIterator AO to ThrowCompletionOr
Timothy Flynn
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-18
LibJS: Convert Value operator AOs to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert is_loosely_equal() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_property_key() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_numeric() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-05
LibJS: Add an optimization to avoid needless arguments object creation
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-30
LibJS: Fix that in Bytecode mode functions where not created anymore
davidot
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-30
LibJS: Allow member expressions in binding patterns
davidot
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-24
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
Linus Groh
2021-09-24
LibJS: Rename abstract_eq() to is_loosely_equal()
Linus Groh
2021-09-24
LibJS: Rename strict_eq() to is_strictly_equal()
Linus Groh
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-13
LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()
Linus Groh
2021-09-12
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
Linus Groh
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
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
[next]