| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent adc1601 commit cda36bf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -586,13 +586,13 @@ void BuiltinLoader::GetCacheUsage(const FunctionCallbackInfo<Value>& args) { | |||
| 586 | 586 | } | |
| 587 | 587 | ||
| 588 | 588 | if (!ToV8Value(context, realm->builtins_in_snapshot) | |
| 589 | - .ToLocal(&builtins_without_cache_js)) { | ||
| 589 | + .ToLocal(&builtins_in_snapshot_js)) { | ||
| 590 | 590 | return; | |
| 591 | 591 | } | |
| 592 | 592 | if (result | |
| 593 | 593 | ->Set(context, | |
| 594 | 594 | OneByteString(isolate, "compiledInSnapshot"), | |
| 595 | - builtins_without_cache_js) | ||
| 595 | + builtins_in_snapshot_js) | ||
| 596 | 596 | .IsNothing()) { | |
| 597 | 597 | return; | |
| 598 | 598 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments