Changeset 59800 in webkit for trunk/JavaScriptCore/runtime/Lookup.cpp
- Timestamp:
- May 19, 2010, 6:01:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Lookup.cpp
r59746 r59800 76 76 77 77 if (!location) { 78 InternalFunction* function;78 NativeFunctionWrapper* function; 79 79 #if ENABLE(JIT) 80 80 if (entry->generator())
Note:
See TracChangeset
for help on using the changeset viewer.