| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index 91d1953bc43145b6dcb390b223cce8fab38a06bd..7a4cdfd631ddc5255d21a10f03942b713efac2d0 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -321,6 +321,8 @@ bool CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag);
|
|
|
| bool CompileLazyInLoop(Handle<JSFunction> function, ClearExceptionFlag flag);
|
|
|
| +bool CompileOptimized(Handle<JSFunction> function, int osr_ast_id);
|
| +
|
| class NoHandleAllocation BASE_EMBEDDED {
|
| public:
|
| #ifndef DEBUG
|
|
|