summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctorAndreas Kling
2022-12-14Presenter: Provide default text styles to text objectsArda Cinar
2022-12-14Presenter: Fix a crash in loading untitled presentationsArda Cinar
2022-12-14LibCore: Protect Core::Group against null group::gr_mem membersTimothy Flynn
2022-12-14LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapperTimothy Flynn
2022-12-14LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapperTimothy Flynn
2022-12-14AK: Bring back the AK_DONT_REPLACE_STD #defineAli Mohammad Pur
2022-12-14CMake: Pass NO_POLICY_SCOPE to options cmake helpersAndrew Kaster
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-14AK: Make Types.h not export its functions if !USING_AK_GLOBALLYAli Mohammad Pur
2022-12-14LibJS: Convert WrappedFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert WeakSet::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert WeakRef::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert WeakMap::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert TypedArray::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert SymbolObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert StringObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert StringIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert SetIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Set::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert RegExpStringIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert RegExpObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Realm::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ProxyObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert PromiseResolvingFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert PromiseReaction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Promise::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert NumberObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert NativeFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert MapIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Map::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intrinsics::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Segments::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Locale::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert GeneratorObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Error::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Date::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert DataView::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BoundFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BooleanObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BigIntObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtrLinus Groh