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
/
Runtime
/
VM.cpp
Age
Commit message (
Expand
)
Author
2021-07-07
LibJS: Make FunctionExpression more spec-compliant
Hendi
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
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-02
LibJS: Improve ResolveBinding + add GetIdentifierReference
Andreas Kling
2021-07-02
LibJS: Implement the PrepareForOrdinaryCall abstract operation
Andreas Kling
2021-07-02
LibJS: Make ResolveBinding() produce strict References in strict mode
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-28
LibJS: Add the CreateMappedArgumentsObject abstract operation
Andreas Kling
2021-06-28
LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists
Andreas Kling
2021-06-28
LibJS: Implement the CreateUnmappedArgumentsObject abstract operation
Andreas Kling
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-26
LibJS: Create new object earlier in VM::construct()
Andreas Kling
2021-06-25
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
Andreas Kling
2021-06-25
LibJS: Rename the context in Call/Construct ops to "callee context"
Andreas Kling
2021-06-25
LibJS: Bring Reference records a bit closer to the ECMAScript spec
Andreas Kling
2021-06-25
LibJS: Evaluate `this` in terms of ResolveThisBinding
Andreas Kling
2021-06-25
LibJS: Rename VM::get_reference() => resolve_binding()
Andreas Kling
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
LibJS: Protect execution context variable environments from GC
Andreas Kling
2021-06-24
LibJS: Rename ExecutionContext::callee => function
Andreas Kling
2021-06-24
LibJS: Rename CallFrame => ExecutionContext
Andreas Kling
2021-06-23
LibJS: Remove no-longer-needed environment record shape
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-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-21
LibJS: Rename VM::current_scope() => current_environment_record()
Andreas Kling
2021-06-21
LibJS: Rename virtuals in EnvironmentRecord
Andreas Kling
2021-06-21
LibJS: Rename EnvironmentRecord::parent() => outer_environment()
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-21
LibJS: Add VM::dump_scope_chain()
Andreas Kling
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 the FinalizationRegistry built-in object
Idan Horowitz
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-06-09
LibJS: Don't create lexical environment for native (C++) function calls
Andreas Kling
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-07
LibJS: Add VM::dump_backtrace()
Andreas Kling
2021-06-02
LibJS: Replace iterator hint string argument with an enum
Linus Groh
2021-05-29
LibJS: Implement destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-25
LibJS: Fix clang-tidy warnings about unnecessary move()s in VM.cpp
Andreas Kling
2021-05-25
LibJS: Make Value::as_cell() return a Cell&
Andreas Kling
2021-04-25
LibJS: Don't suppress GlobalObject variable lookup exceptions
FalseHonesty
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add TemporaryClearException helper class
Linus Groh
[next]