| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e88e249 commit f6aa38d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -560,13 +560,13 @@ void BuiltinLoader::GetCacheUsage(const FunctionCallbackInfo<Value>& args) { | |||
| 560 | 560 | } | |
| 561 | 561 | ||
| 562 | 562 | if (!ToV8Value(context, env->builtins_in_snapshot) | |
| 563 | - .ToLocal(&builtins_without_cache_js)) { | ||
| 563 | + .ToLocal(&builtins_in_snapshot_js)) { | ||
| 564 | 564 | return; | |
| 565 | 565 | } | |
| 566 | 566 | if (result | |
| 567 | 567 | ->Set(env->context(), | |
| 568 | 568 | OneByteString(isolate, "compiledInSnapshot"), | |
| 569 | - builtins_without_cache_js) | ||
| 569 | + builtins_in_snapshot_js) | ||
| 570 | 570 | .IsNothing()) { | |
| 571 | 571 | return; | |
| 572 | 572 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments