Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Simon Wanner 1030776f92 LibJS: Avoid crash on empty stack trace il y a 1 an
  Simon Wanner 68f4d21de2 LibJS: Lazily collect stack trace information il y a 1 an
  Simon Wanner 93908fcbcb LibJS+Embedders: Unify stack trace format for uncaught errors il y a 1 an
  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