Changeset 38477 in webkit for trunk/JavaScriptCore/runtime/JSFunction.cpp
- Timestamp:
- Nov 16, 2008, 8:25:37 PM (17 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.