コミット履歴

作者 SHA1 メッセージ 日付
  Timothy Flynn 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString 2 年 前
  Timothy Flynn 8414734a2d LibJS: Propagate the OOM error from setting the String length property 2 年 前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年 前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年 前
  Timothy Flynn 9f78e8728a LibJS: Port (most of) String.prototype to String 2 年 前
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 年 前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年 前
  Linus Groh 049e99b5f0 LibJS: Convert StringObject::create() to NonnullGCPtr 2 年 前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年 前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 年 前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年 前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年 前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年 前
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers 3 年 前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年 前
  Anonymous 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 年 前
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" 3 年 前
  Anonymous 3a184f7841 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 年 前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年 前
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 年 前
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments 3 年 前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年 前
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable 3 年 前
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 年 前
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 年 前
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 年 前
  Andreas Kling d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 年 前
  Timothy Flynn 2bba20d123 LibJS: Report string properties using UTF-16 code units 4 年 前