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
2021-04-20
LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed property
Linus Groh
2021-04-20
LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric property
Linus Groh
2021-04-20
LibJS: Throw on a regex searchString in String.startsWith
Idan Horowitz
2021-04-20
LibJS: Stop early-returning on missing searchString in String.startsWith
Idan Horowitz
2021-04-20
LibJS: Include the class name of objects in MarkupGenerator output
Andreas Kling
2021-04-20
LibJS: Fix crash in Object.{freeze,seal}() with indexed properties
Linus Groh
2021-04-20
LibJS: Take PropertyName in Object::set_integrity_level() internal lambda
Linus Groh
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' instead of '#if HEAP_DEBUG'
Linus Groh
2021-04-18
LibJS: Use dbgln_if() instead of '#if OBJECT_DEBUG'
Linus Groh
2021-04-17
LibJS: Replace MAX_U32 with NumericLimits<u32>::max()
Linus Groh
2021-04-17
LibJS: Take reference instead of pointer in prepare_arguments_list
Idan Horowitz
2021-04-17
LibJS: Convert matched regex result to string in Symbol.replace
Idan Horowitz
2021-04-17
LibJS: Accept symbol property in the `in` operator
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an iterable object
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an array-like object
Idan Horowitz
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
LibJS: Dont try to serialize symbol-keyed properties
Idan Horowitz
2021-04-16
LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty
Idan Horowitz
2021-04-16
LibJS: Remove #if !defined(KERNEL)
Linus Groh
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-15
LibJS: Use references in CallExpression::compute_this_and_callee()
Linus Groh
2021-04-15
LibJS: Implement String.prototype.substr according to the spec
Timothy Flynn
2021-04-14
LibJS: Improve Reference::get() TypeError message for nullish base
Linus Groh
2021-04-14
LibJS: Use reference in MemberExpression::execute()
Linus Groh
2021-04-14
LibJS: Implement the encode/decodeURI(Component) family of functions
Idan Horowitz
2021-04-14
LibJS: Add name and message properties to NativeError prototypes
Linus Groh
2021-04-13
LibJS: Unset m_unwind_until_label in stop_unwind()
Linus Groh
2021-04-13
LibJS: Add set_exception() and change throw_exception() to take a reference
Linus Groh
2021-04-13
LibJS: Update empty TryStatement result value to undefined
Linus Groh
2021-04-13
LibJS: Fix return value of TryStatement with finalizer
Linus Groh
2021-04-13
LibJS: Replace two more uses of unwind(ScopeType::None) with stop_unwind()
Linus Groh
2021-04-13
LibJS: Array.from mapFn fixes + thisArg support
tuqqu
2021-04-12
LibJS: Memoize failed calls of try_parse_arrow_function_expression()
Stephan Unverwerth
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-12
LibJS: Add Object::get_without_side_effects()
Linus Groh
2021-04-12
LibRegex: Generate a 'Compare' op for empty character classes
AnotherTest
2021-04-11
LibJS: Removed a fixme in a test of BigInt.prototype.valueOf
tuqqu
2021-04-11
LibJS: Fix array hole and string object indexing prototype indirection
Linus Groh
2021-04-11
LibJS: Replace Vector with MarkedValueList in RegExpPrototype::symbol_replace
Luke
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-10
LibJS: Implicitly break for..in loop if the RHS result is nullish
Linus Groh
2021-04-10
LibJS: Implement Object.create()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-10
LibJS: Update Object::define_accessor() to take both getter and setter
Linus Groh
2021-04-10
LibJS: Let Object::delete_property() return a bool, not Value
Linus Groh
2021-04-10
LibJS: Remove superfluous exception check from get_own_property_descriptor()
Linus Groh
2021-04-10
LibRegex: Treat brace quantifiers with invalid contents as literals
AnotherTest
2021-04-10
LibRegex: Allow a '?' suffix for brace quantifiers
AnotherTest
[next]