Changeset 15234 in webkit for trunk/JavaScriptCore/API/JSValueRef.cpp
- Timestamp:
- Jul 8, 2006, 10:53:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSValueRef.cpp
r15224 r15234 205 205 if (exec->hadException()) { 206 206 exec->clearException(); 207 objectRef = NULL;207 objectRef = 0; 208 208 } 209 209 return objectRef;
Note:
See TracChangeset
for help on using the changeset viewer.