src: move DomainEnter,DomainExit to node.cc · nodejs/node@6c520af · GitHub
Skip to content

Commit 6c520af

Browse files
addaleaxjasnell
authored andcommitted
src: move DomainEnter,DomainExit to node.cc
PR-URL: #14697 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 8f12b9d commit 6c520af

3 files changed

Lines changed: 36 additions & 40 deletions

File tree

src/async-wrap.cc

Lines changed: 0 additions & 36 deletions

src/async-wrap.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ class AsyncWrap : public BaseObject {
157157

158158
void LoadAsyncWrapperInfo(Environment* env);
159159

160-
// Return value is an indicator whether the domain was disposed.
161-
bool DomainEnter(Environment* env, v8::Local<v8::Object> object);
162-
bool DomainExit(Environment* env, v8::Local<v8::Object> object);
163-
164160
} // namespace node
165161

166162
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

src/node.cc

Lines changed: 36 additions & 0 deletions

0 commit comments

Comments
 (0)