File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ MaybeLocal<Function> BuiltinLoader::LookupAndCompileInternal(
285
285
const bool has_cache = cached_data.data != nullptr ;
286
286
ScriptCompiler::CompileOptions options =
287
287
has_cache ? ScriptCompiler::kConsumeCodeCache
288
- : ScriptCompiler::kEagerCompile ;
288
+ : ScriptCompiler::kNoCompileOptions ;
289
289
ScriptCompiler::Source script_source (
290
290
source,
291
291
origin,
Original file line number Diff line number Diff line change @@ -1270,7 +1270,7 @@ void CompileSerializeMain(const FunctionCallbackInfo<Value>& args) {
1270
1270
parameters.data (),
1271
1271
0 ,
1272
1272
nullptr ,
1273
- ScriptCompiler::kEagerCompile )
1273
+ ScriptCompiler::kNoCompileOptions )
1274
1274
.ToLocal (&fn)) {
1275
1275
args.GetReturnValue ().Set (fn);
1276
1276
}
You can’t perform that action at this time.
0 commit comments