Changeset 288885 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Feb 1, 2022, 9:33:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r288815 r288885 1 1 /* 2 * Copyright (C) 2008-202 1Apple Inc. All rights reserved.2 * Copyright (C) 2008-2022 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 775 775 void** addressOfLastStackTop() { return &m_lastStackTop; } 776 776 void* lastStackTop() { return m_lastStackTop; } 777 void setLastStackTop( void*);777 void setLastStackTop(const Thread&); 778 778 779 779 void firePrimitiveGigacageEnabledIfNecessary() … … 1163 1163 1164 1164 JS_EXPORT_PRIVATE void sanitizeStackForVM(VM&); 1165 void logSanitizeStack(VM&);1166 1165 1167 1166 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.