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