Changeset 38477 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Nov 16, 2008, 8:25:37 PM (17 years ago)
- Location:
- trunk/JavaScriptCore/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.cpp
r38440 r38477 55 55 JSFunction::~JSFunction() 56 56 { 57 #if ENABLE( CTI)57 #if ENABLE(JIT) 58 58 // JIT code for other functions may have had calls linked directly to the code for this function; these links 59 59 // are based on a check for the this pointer value for this JSFunction - which will no longer be valid once -
trunk/JavaScriptCore/runtime/JSGlobalData.h
r38464 r38477 67 67 68 68 JSValue* exception; 69 #if ENABLE( CTI)69 #if ENABLE(JIT) 70 70 void* exceptionLocation; 71 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.