Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index bd7a3593338d0c3ffffcb829c5d760b937cf7444..94edfa4aabd6eb9a859c9a22a3fc3326aa9d323f 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1953,6 +1953,8 @@ class RegExpConstructResultStub final : public HydrogenCodeStub { |
}; |
+// TODO(bmeurer): Deprecate the CallFunctionStub in favor of the more general |
+// Invoke family of builtins. |
class CallFunctionStub: public PlatformCodeStub { |
public: |
CallFunctionStub(Isolate* isolate, int argc, CallFunctionFlags flags) |