| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 109940056376f97559dc2e9ec4e6932633b0efce..c7c670fdf6a2b9ebbe076d3e530c270d85cddacd 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -44,6 +44,7 @@ class Compiler : public AllStatic {
|
| // given function holds (except for live-edit, which compiles the world).
|
|
|
| static bool Compile(Handle<JSFunction> function, ClearExceptionFlag flag);
|
| + static bool CompileBaseline(Handle<JSFunction> function);
|
| static bool CompileOptimized(Handle<JSFunction> function, ConcurrencyMode);
|
| static bool CompileDebugCode(Handle<JSFunction> function);
|
| static bool CompileDebugCode(Handle<SharedFunctionInfo> shared);
|
|
|