Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object vor 1 Jahr
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes vor 1 Jahr
  MacDue 778265ae9d LibJS: Fix reading cached source ranges vor 2 Jahren
  MacDue 95d69fcf74 LibJS: Fix crash when trying to get source range vor 2 Jahren
  Andreas Kling 87ac906ee6 LibJS: Make Error stack traces lazier vor 2 Jahren
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() vor 2 Jahren
  Evan Smal 93674e4383 LibJS: Remove DeprecatedString usage from SourceCode vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh d21ac9d820 LibJS: Convert Error::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() vor 2 Jahren
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions vor 2 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Linus Groh fd0f1d0c1a LibJS: Fix two typos in comments vor 3 Jahren
  davidot e160f508a8 LibJS: Add a traceback to Error vor 3 Jahren
  Hendiadyoin1 89c82abf1f LibJS: Implement non standard error.stack attribute vor 3 Jahren
  Timothy Flynn 4fe47ed86e LibJS: Update spec link for InstallErrorCause AO vor 3 Jahren
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh ebf57df431 LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr vor 3 Jahren
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr vor 3 Jahren