| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 4fd29ad56227d368d2ebb0773c566f6cba3909b0..95eefe45cf0cf691d907a494393e0884bb791efe 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5782,6 +5782,8 @@ class JSFunction: public JSObject {
|
| // recompiled the next time it is executed.
|
| void MarkForLazyRecompilation();
|
|
|
| + void RecompileInParallel();
|
| +
|
| // Helpers to compile this function. Returns true on success, false on
|
| // failure (e.g., stack overflow during compilation).
|
| static bool CompileLazy(Handle<JSFunction> function,
|
|
|