Histórico de Commits

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