Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 06aad1bef6b9ec6dce19b9616fb7221252208dab..da6513b003a345fae40e99dfaaa2daa11d4eb16b 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -489,6 +489,8 @@ class Factory { |
| // Converts the given boolean condition to JavaScript boolean value. |
| Handle<Object> ToBoolean(bool value); |
| + void CompileJSFunction(Handle<JSFunction> function); |
| + |
| private: |
| Isolate* isolate() { return reinterpret_cast<Isolate*>(this); } |