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
Age
Commit message (
Expand
)
Author
2022-10-15
LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
Timothy Flynn
2022-10-15
LibJS: Replace RoundTowardsZero with truncate
Timothy Flynn
2022-10-15
LibJS: Consolidate sources of system time zone to one location in Date
Timothy Flynn
2022-10-15
LibJS: Expose the StringToNumber AO for public use
Timothy Flynn
2022-10-15
LibJS: Move time zone annotation parsing into ParseISODateTime
snooze6214
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-14
LibJS/Temporal: Fix inconsistency in order of observable operations
Luke Wilde
2022-10-14
LibJS: Make sure to exactly add nanoseconds in add_duration
davidot
2022-10-14
LibJS: Disallow one day long time zone offsets
davidot
2022-10-13
LibJS: Add spec comments to String.prototype.at
Simon Rask
2022-10-13
LibJS: Add spec comments to String.prototype.substring
Simon Rask
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-10-06
LibJS: Use Unicode normalization within String.prototype.normalize
Timothy Flynn
2022-10-06
LibJS: Add accessor for requested modules to CyclicModule
networkException
2022-10-06
LibJS: Mark [[HostDefined]] accessor on scripts as const
networkException
2022-10-06
LibJS: Add [[HostDefined]] field to Modules
networkException
2022-10-06
LibJS: Visit GC allocated members of ModuleEnvironment
networkException
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-02
LibJS: Capture promise capability in new_promise_capability() executor
Linus Groh
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)
Linus Groh
2022-10-02
LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructors
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-02
LibJS: Update outdated PROMISE_DEBUG logging
Linus Groh
2022-10-02
LibJS: Remove two outdated forward declarations
Linus Groh
2022-10-02
LibJS: Show class name in the dump from the NewClass instruction
Hendiadyoin1
2022-10-02
LibJS: Set class' source text in NewClass instruction
Hendiadyoin1
2022-10-01
LibJS: Store symbols in a Handle inside PropertyKey
Idan Horowitz
2022-10-01
LibJS: Include Environment.h directly in ClassFieldDefinition.h
Idan Horowitz
2022-10-01
LibJS: Align Instructions as void* and roundup variably sized ones sizes
Hendiadyoin1
2022-10-01
LibJS: Handle argument spreading in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Add support for SpreadExpressions in array literals for bytecode
Hendiadyoin1
2022-10-01
LibJS: Switch to array-calls in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Allow SpreadExpressions to generate bytecode
Hendiadyoin1
2022-09-27
LibWeb: Implement most WebIDL promise operations
Linus Groh
2022-09-27
LibJS: Make JS::NativeFunction use JS::SafeFunction internally
Linus Groh
2022-09-27
LibJS: Add JSON.stringify function to the intrinsics
Linus Groh
2022-09-24
LibJS: Add JS::SafeFunction, like Function but protects captures from GC
Andreas Kling
2022-09-22
LibJS: Change default time display options to "always" for digital style
Timothy Flynn
2022-09-21
LibJS: Create Console using a Realm instead of a VM
Sam Atkins
2022-09-21
Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()
Sam Atkins
2022-09-21
LibJS: Implement Console `Formatter` operation
Sam Atkins
2022-09-21
LibJS: Implement normative change in String.prototype.substr
davidot
2022-09-21
LibJS: Change digital default style from "narrow" to "short"
Timothy Flynn
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-18
LibJS: Add missing includes
Ben Wiederhake
2022-09-18
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
Timothy Flynn
[next]