Changeset 112285 in webkit for trunk/Source/JavaScriptCore/runtime/JSFunction.cpp
- Timestamp:
- Mar 27, 2012, 11:06:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSFunction.cpp
r111739 r112285 63 63 { 64 64 NativeExecutable* executable; 65 #if ENABLE(JIT) 65 #if !ENABLE(JIT) 66 UNUSED_PARAM(intrinsic); 67 #else 66 68 if (intrinsic != NoIntrinsic && exec->globalData().canUseJIT()) { 67 69 ASSERT(nativeConstructor == callHostFunctionAsConstructor);
Note:
See TracChangeset
for help on using the changeset viewer.