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
Age
Commit message (
Expand
)
Author
2022-02-14
LibJS: Add missing include for 'u32' to CanonicalIndex.h
Linus Groh
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
LibJS: Add spec comments to ArrayBuffer.prototype.byteLength
Jamie Mansfield
2022-02-13
LibJS: Add spec comments to ArrayBuffer.prototype.slice
Jamie Mansfield
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibJS: More properly implement scoping rules in bytecode codegen
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-13
LibJS: Implement the NewClass opcode
Ali Mohammad Pur
2022-02-13
LibJS: Correct receiver value in GetValue's [[Get]] call
Linus Groh
2022-02-13
LibJS: Add spec comments to more Reference AOs
Linus Groh
2022-02-13
LibJS+LibLine: Run clang-format
Andreas Kling
2022-02-13
LibJS: Add fast_is<T>() for things that were hot in RTTI
Andreas Kling
2022-02-13
LibJS: Stop eagerly creating the backing store for IndexedProperties
Anonymous
2022-02-13
LibJS: Avoid unnecessary ToObject conversion when resolving references
Anonymous
2022-02-13
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
LibJS: Correct the handling of accessors on strings
Anonymous
2022-02-12
LibJS: Remove the name prefix for wrapped functions
Linus Groh
2022-02-10
LibJS: Do not refer to moved-from completions / values
Timothy Flynn
2022-02-10
LibJS: Fix Map Iterators when elements are deleted during iteration
davidot
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.call
Luke Wilde
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.apply
Luke Wilde
2022-02-09
LibJS: Implement Function.prototype.bind() according to the spec :^)
Linus Groh
2022-02-09
LibJS: Add FunctionObject constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Add Object constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Remove unused BoundFunction::m_constructor_prototype
Linus Groh
2022-02-09
LibJS: Implement Sets using Maps
Ali Mohammad Pur
2022-02-09
LibJS: Make Map iterators independent of the underlying hashmap
Ali Mohammad Pur
2022-02-09
LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)
Linus Groh
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-09
LibJS: Convert get_iana_time_zone_epoch_value() to MarkedVector<BigInt*>
Linus Groh
2022-02-09
LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>
Linus Groh
2022-02-08
LibJS: Compare types instead of sizes in %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Make TypedArray::element_name return FlyString instead of String
Idan Horowitz
2022-02-08
LibJS: Implement the missing step 20 in %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Implement the CloneArrayBuffer AO
Idan Horowitz
2022-02-08
LibJS: Add spec comments to %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Fix two typos in comments
Linus Groh
2022-02-08
LibJS: Setup host hooks and have promise jobs work out the realm
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Add a traceback to Error
davidot
2022-02-08
LibJS: Convert FinalizationRegistry::cleanup to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
davidot
2022-02-07
LibJS: Add missing include to ShadowRealm.h
Andreas Kling
2022-02-07
LibJS: Add missing include to ExecutionContext.h
Andreas Kling
2022-02-07
LibJS: Unbreak build with JS_MODULE_DEBUG
Andreas Kling
2022-02-07
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
2022-02-07
LibJS: Add [[HostDefined]] internal slot to Realm objects
Andreas Kling
[next]