Historique des commits

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