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(
285285 const bool has_cache = cached_data.data != nullptr ;
286286 ScriptCompiler::CompileOptions options =
287287 has_cache ? ScriptCompiler::kConsumeCodeCache
288- : ScriptCompiler::kEagerCompile ;
288+ : ScriptCompiler::kNoCompileOptions ;
289289 ScriptCompiler::Source script_source (
290290 source,
291291 origin,
Original file line number Diff line number Diff line change @@ -1270,7 +1270,7 @@ void CompileSerializeMain(const FunctionCallbackInfo<Value>& args) {
12701270 parameters.data (),
12711271 0 ,
12721272 nullptr ,
1273- ScriptCompiler::kEagerCompile )
1273+ ScriptCompiler::kNoCompileOptions )
12741274 .ToLocal (&fn)) {
12751275 args.GetReturnValue ().Set (fn);
12761276 }
You can’t perform that action at this time.
0 commit comments