Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 791b648

Browse files
committed
Add ScriptCompiler::OPTION_EAGER_COMPILE option
v8/v8@c5eb79e
1 parent b4038f4 commit 791b648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ScriptCompiler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class ScriptCompiler
3131
const OPTION_PRODUCE_CODE_CACHE = 3;
3232
const OPTION_PRODUCE_FULL_CODE_CACHE = 4;
3333
const OPTION_CONSUME_CODE_CACHE = 5;
34+
const OPTION_EAGER_COMPILE = 6;
3435

3536
private function __construct()
3637
{

0 commit comments

Comments
 (0)