Changeset 170011 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCapabilities.h
- Timestamp:
- Jun 16, 2014, 9:40:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCapabilities.h
r168178 r170011 150 150 { 151 151 if (isClosureCall) { 152 ASSERT(kind == CodeForCall); 152 if (kind != CodeForCall) 153 return CannotCompile; 153 154 return inlineFunctionForClosureCallCapabilityLevel(codeBlock); 154 155 }
Note:
See TracChangeset
for help on using the changeset viewer.