We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce2232 commit 6cdbeedCopy full SHA for 6cdbeed
src/node_builtins.cc
@@ -560,7 +560,6 @@ void BuiltinLoader::GetCacheUsage(const FunctionCallbackInfo<Value>& args) {
560
561
Local<Value> builtins_with_cache_js;
562
Local<Value> builtins_without_cache_js;
563
- Local<Value> builtins_in_snapshot_js;
564
if (!ToV8Value(context, realm->builtins_with_cache)
565
.ToLocal(&builtins_with_cache_js)) {
566
return;
0 commit comments