Changeset 52956 in webkit for trunk/JavaScriptCore/runtime/JSFunction.cpp
- Timestamp:
- Jan 7, 2010, 4:15:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.cpp
r48836 r52956 82 82 JSFunction::~JSFunction() 83 83 { 84 ASSERT(vptr() == JSGlobalData::jsFunctionVPtr); 85 84 86 // JIT code for other functions may have had calls linked directly to the code for this function; these links 85 87 // 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.