upgrade webkit (#13192)

Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
This commit is contained in:
Jarred Sumner
2024-08-12 23:17:17 -07:00
committed by GitHub
parent b972ed6540
commit 3a245dd248
35 changed files with 264 additions and 132 deletions

View File

@@ -645,7 +645,7 @@ pub const String = extern struct {
/// Max WTFStringImpl length.
/// **Not** in bytes. In characters.
pub inline fn max_length() usize {
return JSC.synthetic_allocation_limit;
return JSC.string_allocation_limit;
}
/// If the allocation fails, this will free the bytes and return a dead string.