Title: [275233] trunk/Source/_javascript_Core
Revision
275233
Author
[email protected]
Date
2021-03-30 13:59:34 -0700 (Tue, 30 Mar 2021)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (275232 => 275233)


--- trunk/Source/_javascript_Core/ChangeLog	2021-03-30 20:57:14 UTC (rev 275232)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-03-30 20:59:34 UTC (rev 275233)
@@ -1,3 +1,14 @@
+2021-03-30  Ryan Haddad  <[email protected]>
+
+        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:
+
 2021-03-30  Mark Lam  <[email protected]>
 
         Add more information to GC verifier verbose dumps.

Modified: trunk/Source/_javascript_Core/Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result (275232 => 275233)


--- trunk/Source/_javascript_Core/Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result	2021-03-30 20:57:14 UTC (rev 275232)
+++ trunk/Source/_javascript_Core/Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result	2021-03-30 20:59:34 UTC (rev 275233)
@@ -304,7 +304,7 @@
 template void JSBuiltinInternalFunctions::visit(AbstractSlotVisitor&);
 template void JSBuiltinInternalFunctions::visit(SlotVisitor&);
 
-void JSBuiltinInternalFunctions::initialize(JSDOMGlobalObject& globalObject)
+SUPPRESS_ASAN void JSBuiltinInternalFunctions::initialize(JSDOMGlobalObject& globalObject)
 {
     UNUSED_PARAM(globalObject);
 #if ENABLE(FETCH_API)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to