Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 7dc96f201970eec90466b79f20fa2823271fe737..b37beccdb9eebdb9a9b4177b858cdaa1e1712060 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -2663,14 +2663,6 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_SpecialArrayFunctions) { |
} |
-RUNTIME_FUNCTION(MaybeObject*, Runtime_IsCallable) { |
- SealHandleScope shs(isolate); |
- ASSERT(args.length() == 1); |
- CONVERT_ARG_CHECKED(Object, obj, 0); |
- return isolate->heap()->ToBoolean(obj->IsCallable()); |
-} |
- |
- |
RUNTIME_FUNCTION(MaybeObject*, Runtime_IsClassicModeFunction) { |
SealHandleScope shs(isolate); |
ASSERT(args.length() == 1); |