Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index bd7a3593338d0c3ffffcb829c5d760b937cf7444..5da55b9634e105fb0fa7347e335138bd7a03047a 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 |
| +// and less horrible Invoke family of builtins. |
|
mvstanton
2015/09/07 09:06:49
oh come on. 's/and less horrible//' :)
Benedikt Meurer
2015/09/07 09:14:34
Done.
|
| class CallFunctionStub: public PlatformCodeStub { |
| public: |
| CallFunctionStub(Isolate* isolate, int argc, CallFunctionFlags flags) |