Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" 2 年之前
  Malik Ammar Faisal 5c913d9cc4 LibJS: Correctly handle parentheses and new Object 2 年之前
  Andreas Kling d89e0b36d4 LibJS/Bytecode: Support class field initializers 2 年之前
  Andreas Kling 4684d3fe54 LibJS: Make BlockDeclarationInstantiation take a VM& 2 年之前
  Andreas Kling 8a3e350321 LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier 2 年之前
  Andreas Kling 32d9c8e3ca LibJS: Make GlobalDeclarationInstantiation take a VM& 2 年之前
  Andreas Kling 5617dd1c83 LibJS: Store PrivateElement values in Handle<Value> 2 年之前
  Daniel Bertalan fc003cd248 Userland: Silence or resolve new GCC 13 warnings 2 年之前
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 年之前
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration 2 年之前
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 年之前
  Timothy Flynn f6503577f6 LibJS: Propagate out-of-memory errors from HostImportModuleDynamically 2 年之前
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 年之前
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 年之前
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 年之前
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String 2 年之前
  Linus Groh 5e72fde954 LibJS: Unify Symbol::description() and raw_description() 2 年之前
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 年之前
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年之前
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 年之前
  Evan Smal 93674e4383 LibJS: Remove DeprecatedString usage from SourceCode 2 年之前
  davidot bff038411a LibJS: Add using declaration support in for and for of loops 2 年之前
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 年之前
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 年之前
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 年之前