提交历史

作者 SHA1 备注 提交日期
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 年之前
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 年之前
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 年之前
  Timothy Flynn 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 年之前
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] 2 年之前
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 年之前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前
  Linus Groh 71a519831d LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262 3 年之前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年之前
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 年之前
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations 3 年之前
  Timothy Flynn d6868d1e9d LibJS: Reorganize spec steps for Intl.Locale 3 年之前
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
  Timothy Flynn d2588d852b LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays 3 年之前
  Timothy Flynn bb11437792 LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  Idan Horowitz 3426285738 LibJS: Convert Locale AOs to ThrowCompletionOr 3 年之前
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年之前
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 年之前
  Idan Horowitz b9c7a629f8 LibJS: Convert coerce_options_to_object() to ThrowCompletionOr 3 年之前