Skip to content

Commit fe1d504

Browse files
committed
Ensure that GlobalPropertyInfo is allocated on the stack.
https://bugs.webkit.org/show_bug.cgi?id=223911 Unreviewed test gardening. Rebaseline builtins generator tests after r275212. * Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275233 268f45cc-cd09-0410-ab3c-d52691b4dbfc Canonical link: https://commits.webkit.org/235926@main
1 parent 715a7ec commit fe1d504

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2021-03-30 Ryan Haddad <[email protected]>
2+
3+
Ensure that GlobalPropertyInfo is allocated on the stack.
4+
https://bugs.webkit.org/show_bug.cgi?id=223911
5+
6+
Unreviewed test gardening.
7+
8+
Rebaseline builtins generator tests after r275212.
9+
10+
* Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result:
11+
112
2021-03-30 Mark Lam <[email protected]>
213

314
Add more information to GC verifier verbose dumps.

Source/JavaScriptCore/Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ void JSBuiltinInternalFunctions::visit(Visitor& visitor)
304304
template void JSBuiltinInternalFunctions::visit(AbstractSlotVisitor&);
305305
template void JSBuiltinInternalFunctions::visit(SlotVisitor&);
306306

307-
void JSBuiltinInternalFunctions::initialize(JSDOMGlobalObject& globalObject)
307+
SUPPRESS_ASAN void JSBuiltinInternalFunctions::initialize(JSDOMGlobalObject& globalObject)
308308
{
309309
UNUSED_PARAM(globalObject);
310310
#if ENABLE(FETCH_API)

0 commit comments

Comments
 (0)