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
2021-10-29
LibJS: Convert ProxyConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert the ProxyCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert MapPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert MapConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert MathObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ReflectObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert DataViewPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert the SetViewValue AO to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert the GetViewValue AO to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert NumberPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert NumberConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BooleanPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert FunctionPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert JSONObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-26
LibJS: Clarify mathematical types in Temporal AOs and functions
Linus Groh
2021-10-25
LibJS: Tweak Value::to_property_key() fast path for Int32
Andreas Kling
2021-10-25
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
Andreas Kling
2021-10-25
LibJS: Add default constructor for PrivateName
Andreas Kling
2021-10-25
LibJS: Make eval() code run in the bytecode VM
Andreas Kling
2021-10-24
LibJS: Optimize Value::to_property_key() for numeric property names
Andreas Kling
2021-10-24
LibJS: Make Value::to_property_key() return a JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Provide default hash traits for JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Make make_super_property_reference() take a PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-24
LibJS: Include executable name in bytecode dumps
Andreas Kling
2021-10-24
LibJS: Don't VERIFY that a function is Regular when executing in AST
davidot
2021-10-23
LibJS: Convert a few TRYs to MUST in RegExp.prototype
Timothy Flynn
2021-10-23
LibJS: Convert Atomics functions to ThrowCompletionOr
Timothy Flynn
2021-10-23
LibJS: Convert typed_array_from to ThrowCompletionOr
Timothy Flynn
2021-10-23
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
Idan Horowitz
[prev]
[next]