Searched refs:isTraceCategoryEnabled (Results 1 – 4 of 4) sorted by relevance
28 function doIsTraceCategoryEnabled(n, isTraceCategoryEnabled) { argument31 isTraceCategoryEnabled('foo');32 isTraceCategoryEnabled('bar');40 isTraceCategoryEnabled,48 doIsTraceCategoryEnabled(n, isTraceCategoryEnabled);
11 const { trace, isTraceCategoryEnabled } = internalBinding('trace_events');41 return isTraceCategoryEnabled('node.http');
146 Local<String> isTraceCategoryEnabled = in Initialize() local153 target->Set(context, isTraceCategoryEnabled, in Initialize()154 binding->Get(context, isTraceCategoryEnabled).ToLocalChecked()) in Initialize()
380 const { isTraceCategoryEnabled } = internalBinding('trace_events');382 toggleTraceCategoryState(isTraceCategoryEnabled('node.async_hooks'));