Index: src/ia32/stub-cache-ia32.cc |
=================================================================== |
--- src/ia32/stub-cache-ia32.cc (revision 4215) |
+++ src/ia32/stub-cache-ia32.cc (working copy) |
@@ -1454,7 +1454,7 @@ |
// ----------------------------------- |
SharedFunctionInfo* function_info = function->shared(); |
- if (function_info->HasCustomCallGenerator()) { |
+ if (false && function_info->HasCustomCallGenerator()) { |
Erik Corry
2010/03/23 12:01:50
Note.
|
CustomCallGenerator generator = |
ToCData<CustomCallGenerator>(function_info->function_data()); |
return generator(this, object, holder, function, name, check); |