| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 82732ef commit a7c0cb8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1102,8 +1102,8 @@ void ContextifyContext::CompileFunction( | |||
| 1102 | 1102 | } | |
| 1103 | 1103 | ||
| 1104 | 1104 | if (produce_cached_data) { | |
| 1105 | - const std::unique_ptr<ScriptCompiler::CachedData> | ||
| 1106 | - cached_data(ScriptCompiler::CreateCodeCacheForFunction(fun, code)); | ||
| 1105 | + const std::unique_ptr<ScriptCompiler::CachedData> cached_data( | ||
| 1106 | + ScriptCompiler::CreateCodeCacheForFunction(fun)); | ||
| 1107 | 1107 | bool cached_data_produced = cached_data != nullptr; | |
| 1108 | 1108 | if (cached_data_produced) { | |
| 1109 | 1109 | MaybeLocal<Object> buf = Buffer::Copy( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments