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
/
AbstractOperations.cpp
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Accessor::create() to NonnullGCPtr
Linus Groh
2022-12-12
LibJS: Update get_substitution() section number & parameter name
Linus Groh
2022-12-12
LibJS: Add spec comments to get_this_environment()
Linus Groh
2022-12-12
LibJS: Add spec comments to new_object_environment()
Linus Groh
2022-12-12
LibJS: Add spec comments to new_declarative_environment()
Linus Groh
2022-12-12
LibJS: Add spec comment to length_of_array_like()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
Andreas Kling
2022-11-19
LibJS: Fix UTF-16 corruption in String.prototype.replace()
Andreas Kling
2022-11-17
LibJS: Initialize functions in spec order
davidot
2022-10-23
LibJS: Make canonical_numeric_index_string use the new double parser
davidot
2022-09-02
LibJS: Fix incorrect check in ValidateAndApplyPropertyDescriptor
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-07-18
LibJS/Bytecode: Get result from accumulator in PerformEval
Luke Wilde
2022-06-23
LibJS: Implement the CanBeHeldWeakly abstract operation
Idan Horowitz
2022-05-08
LibJS: Add a couple of missing spec steps to PerformEval
Luke Wilde
2022-05-08
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
Luke Wilde
2022-05-03
LibJS: Update order of steps in CanonicalNumericIndexString
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-01
LibJS: Update spec comments testing presence of a field
Linus Groh
2022-05-01
LibJS: Update ValidateAndApplyPropertyDescriptor implementation
Linus Groh
2022-05-01
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-04-11
LibJS: Remove unused include from AbstractOperations.cpp
Linus Groh
2022-04-11
LibJS: Add missing steps and spec comments to PerformEval
Luke Wilde
2022-04-04
LibJS: Fix typo in a variable name in get_substitution()
Linus Groh
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-03-14
LibJS: Preallocate the list returned from CreateListFromArrayLike
Timothy Flynn
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-13
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
davidot
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
[next]