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-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-07
LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol class
Linus Groh
2022-12-07
LibJS: Move creation of global symbols into Symbol.for()
Linus Groh
2022-12-07
LibJS: Add const/non-const VM::global_symbol_registry() getters
Linus Groh
2022-12-07
LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Rename m_global_symbol_map to m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-07
LibJS: Move initialize_instance_elements() from VM to Object
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::execution_context_stack()
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::running_execution_context()
Linus Groh
2022-12-06
LibJS: Remove forgotten VM::construct() declaration
Linus Groh
2022-12-06
LibJS: Remove unused VM::join_arguments() function
Linus Groh
2022-12-06
LibJS: Intercept returns through finally blocks in Bytecode
Hendiadyoin1
2022-12-06
LibJS: Don't try to manage unwind contexts in the execution loop in BC
Hendiadyoin1
2022-12-06
LibJS: Remove FinishUnwind instruction
Hendiadyoin1
2022-12-06
LibJS: Leave unwind contexts on enter of finally blocks in Bytecode
Hendiadyoin1
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-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibJS: Add a function to ensure calls are made within the same second
davidot
2022-12-03
LibJS: Add an EliminateLoads pass to Bytecode
Hendiadyoin1
2022-12-03
LibJS: Expose some internals of Instructions
Hendiadyoin1
2022-12-03
LibJS: Add a way to replace references to registers in Bytecode
Hendiadyoin1
2022-12-03
LibJS: Make Register comparable
Hendiadyoin1
2022-12-03
LibJS: Don't try to merge blocks not ending in Jumps
Hendiadyoin1
2022-12-03
LibJS: Remeber which instruction terminated a block
Hendiadyoin1
2022-12-03
LibJS: Add a debug_position helper to the Bytecode Interpreter
Hendiadyoin1
2022-12-03
LibJS: Restore cached current_block on return in Bytecode
Hendiadyoin1
2022-12-03
LibJS: Handle FinishUnwind in GenerateCFG
Hendiadyoin1
2022-12-03
LibJS: Mark FinishUnwind as a terminator
Hendiadyoin1
2022-12-03
LibJS: Use a switch statement in GenerateCFG
Hendiadyoin1
2022-12-03
LibJS: Don't mark blocks for unification multiple times
Hendiadyoin1
2022-12-02
LibJS: Implement Set.prototype.isDisjointFrom
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSupersetOf
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSubsetOf
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.symmetricDifference
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.difference
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.intersection
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.union
Idan Horowitz
2022-12-02
LibJS: Implement the Set Methods proposal abstract operations
Idan Horowitz
2022-12-02
LibJS: Throw on conversion from TimeZone to Calendar and vice versa
Linus Groh
2022-12-02
LibJS: Align Temporal.{Calendar,TimeZone} id getters with toString
Linus Groh
2022-12-01
LibJS: Add missing spec link on String.prototype.toWellFormed
Timothy Flynn
2022-12-01
LibJS: Implement String.prototype.toWellFormed
Timothy Flynn
2022-12-01
LibJS: Implement String.prototype.isWellFormed
Timothy Flynn
2022-12-01
LibJS: Add FIXME to removed SplitMatch AO
Linus Groh
2022-12-01
LibJS: Sort String.prototype methods in spec order
Linus Groh
2022-11-30
LibJS: Replace CreateDataPropertyOrThrow with Set in TypedArray toSorted
Timothy Flynn
2022-11-30
LibJS: Allow TypedArrays to become detached while sorting
Timothy Flynn
2022-11-30
LibJS: Allocate concrete TypedArrays with a preallocated base TypedArray
Timothy Flynn
[next]