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 e6b823d commit aca8e76Copy full SHA for aca8e76
src/node_perf.cc
@@ -89,7 +89,7 @@ void PerformanceEntry::Notify(Environment* env,
89
if (type != NODE_PERFORMANCE_ENTRY_TYPE_INVALID &&
90
observers[type]) {
91
node::MakeCallback(env->isolate(),
92
- env->process_object(),
+ object.As<Object>(),
93
env->performance_entry_callback(),
94
1, &object,
95
node::async_context{0, 0}).ToLocalChecked();
0 commit comments