Permalink
Please
sign in to comment.
Browse files
src: make handle onclose property a Symbol
This makes the property “more” hidden when exposing a `HandleWrap` as public API, e.g. for upcoming `MessagePort`s. PR-URL: #20876 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
- Loading branch information...
Showing
with
80 additions
and 5 deletions.
- +16 −0 src/async_wrap-inl.h
- +8 −0 src/async_wrap.h
- +19 −1 src/bootstrapper.cc
- +6 −0 src/env-inl.h
- +13 −0 src/env.cc
- +12 −1 src/env.h
- +5 −3 src/handle_wrap.cc
- +1 −0 src/node_internals.h
0 comments on commit
9a73413