| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index cb2edaf157ea4d08de1d6a510522ea4bc57431e8..f3d2d32942cb579a71dfc3766242c17df29ae636 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -55,6 +55,8 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
|
|
|
| void Initialize();
|
|
|
| + static CompilationJob* NewCompilationJob(CompilationInfo* info);
|
| +
|
| static bool MakeCode(CompilationInfo* info);
|
|
|
| // Encode bailout state and pc-offset as a BitField<type, start, size>.
|
|
|