Changeset 251139 in webkit for trunk/Source/JavaScriptCore/interpreter/FrameTracers.h
- Timestamp:
- Oct 15, 2019, 9:35:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/FrameTracers.h
r249175 r251139 86 86 ALWAYS_INLINE NativeCallFrameTracer(VM& vm, CallFrame* callFrame) 87 87 { 88 ASSERT(&vm);89 88 ASSERT(callFrame); 90 89 ASSERT(reinterpret_cast<void*>(callFrame) < reinterpret_cast<void*>(vm.topEntryFrame));
Note:
See TracChangeset
for help on using the changeset viewer.