Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index a872c7f4222bec23b3f0e41b33519ce49ef3a8ea..2e3d331d95de47a8f4027252392736eb59deeed7 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -277,6 +277,10 @@ class Builtins { |
| bool is_initialized() const { return initialized_; } |
| + MUST_USE_RESULT static MaybeHandle<Object> InvokeApiFunction( |
| + Handle<JSFunction> function, Handle<Object> receiver, int argc, |
| + Handle<Object> args[]); |
| + |
| private: |
| Builtins(); |