Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 83991bb76bbcad04f93f0a2b108a58029a8e133d..19ea23d0a05c6cc9bdf74071591df13e6fdd09b2 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -696,6 +696,10 @@ class Runtime : public AllStatic { |
| Isolate* isolate, |
| Handle<FixedArray> literals, |
| Handle<FixedArray> elements); |
| + |
| + MUST_USE_RESULT static MaybeObject* CompileJSFunction( |
| + Isolate* isolate, |
| + Handle<JSFunction> function); |
| }; |