Index: src/compiler/types.h |
diff --git a/src/compiler/types.h b/src/compiler/types.h |
index 3d53f8218cb6de33874bcf5c7d425088c9d80fb8..9e55a0bc88ca432f8f10d3c7ac19b3b3ea0d2530 100644 |
--- a/src/compiler/types.h |
+++ b/src/compiler/types.h |
@@ -164,9 +164,9 @@ namespace compiler { |
V(Primitive, kSymbol | kPlainPrimitive) \ |
V(OtherUndetectableOrUndefined, kOtherUndetectable | kUndefined) \ |
V(Proxy, kCallableProxy | kOtherProxy) \ |
- V(Callable, kFunction | kBoundFunction | \ |
- kOtherCallable | kCallableProxy | \ |
- kOtherUndetectable) \ |
+ V(DetectableCallable, kFunction | kBoundFunction | \ |
+ kOtherCallable | kCallableProxy) \ |
+ V(Callable, kDetectableCallable | kOtherUndetectable) \ |
V(NonCallable, kOtherObject | kOtherProxy) \ |
V(NonCallableOrNull, kNonCallable | kNull) \ |
V(DetectableObject, kFunction | kBoundFunction | \ |