Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe1d504

Browse filesBrowse 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
Copy full SHA for fe1d504

2 files changed

+12-1Lines changed: 12 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Source/JavaScriptCore/ChangeLog‎

Copy file name to clipboardExpand all lines: Source/JavaScriptCore/ChangeLog
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2021-03-30 Ryan Haddad <ryanhaddad@apple.com>
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 <mark.lam@apple.com>
213

314
Add more information to GC verifier verbose dumps.
Collapse file

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

Copy file name to clipboardExpand all lines: Source/JavaScriptCore/Scripts/tests/builtins/expected/WebCoreJSBuiltins.h-result
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.