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-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
2022-02-07
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
Andreas Kling
2022-02-07
LibJS: Add spec comments to the NativeError constructor
Linus Groh
2022-02-07
LibJS: Add spec comments to the Error constructor
Linus Groh
2022-02-07
LibJS: Add spec comments to Error.prototype.toString()
Linus Groh
2022-02-07
LibJS: Let Error prototypes inherit from PrototypeObject
Linus Groh
2022-02-07
LibJS: Implement non standard error.stack attribute
Hendiadyoin1
2022-02-07
LibJS: Fix JSON.stringify with stale surrogate codepoints
Jorropo
2022-02-07
LibJS: Use GetV to look up the toJSON property in SerializeJSONProperty
Timothy Flynn
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-02-06
LibJS: Implement BigInt.asUintN
Timothy Flynn
2022-02-06
LibJS: Implement BigInt.asIntN
Timothy Flynn
2022-02-06
LibJS: Mark Completion constructors with ALWAYS_INLINE
Andreas Kling
2022-02-05
LibJS: Explicitly initialize primitive IndexedPropertyIterator members
Andreas Kling
2022-02-05
LibJS: Cache valid indices in IndexedPropertyIterator
Andreas Kling
2022-02-05
LibJS: Remove the VERIFY_NOT_REACHED in link_and_eval_module
davidot
2022-02-05
LibJS: Visit internal values in PromiseValueList
davidot
2022-02-05
LibJS: Keep handles on promise functions while resolving a module
davidot
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-02-05
LibJS+LibRegex: Don't repeat regex match in regexp_exec()
Ali Mohammad Pur
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-04
LibJS: Rename variables to 'calendarLike' in a couple of places
Linus Groh
2022-02-04
LibJS: Remove '-000000' check from ParseTemporalYearMonthString
Linus Groh
2022-02-04
LibJS: Update fallibility of ParseISODateTime in spec comments
Linus Groh
2022-02-04
LibJS: Explicitly handle invalid Date objects in UTC time setters
Timothy Flynn
2022-02-04
LibJS: Explicitly handle invalid Date objects in local time setters
Timothy Flynn
2022-02-02
LibJS: Consider calls of parse_iso_date_time() fallible
Linus Groh
2022-02-02
LibJS: Reject '-000000' as extended year
Linus Groh
[next]