-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trace_events: move trace_events to internalBinding #22159
Conversation
There is some minor overlap with #22029 |
CITGM ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CITGM results look okay, LGTM if CI passes
4a91a3f
to
13d5db5
Compare
Updated CI after rebase: https://ci.nodejs.org/job/node-test-pull-request/16300/ |
PR-URL: #22159 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Jon Moss <[email protected]>
Landed in c1e2d6b |
Move
process.binding('trace_events')
tointernalBinding('trace_events')
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes