Changeset 72442 in webkit for trunk/JavaScriptCore/debugger/DebuggerCallFrame.cpp
- Timestamp:
- Nov 19, 2010, 2:40:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerCallFrame.cpp
r70703 r72442 77 77 return 0; 78 78 79 JSValue thisValue = m_callFrame-> r(codeBlock->thisRegister()).jsValue();79 JSValue thisValue = m_callFrame->uncheckedR(codeBlock->thisRegister()).jsValue(); 80 80 if (!thisValue.isObject()) 81 81 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.