mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Remove node_isolate.h from node.h
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <assert.h>
|
||||
#include <node.h>
|
||||
#include <req_wrap.h>
|
||||
#include <node_isolate.h>
|
||||
#include <uv.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <node_isolate.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <node_isolate.h>
|
||||
|
||||
namespace node {
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#include <node.h>
|
||||
#include <node_isolate.h>
|
||||
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <node_isolate.h>
|
||||
#include <node_object_wrap.h>
|
||||
|
||||
#if NODE_WANT_INTERNALS
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
#include <node_root_certs.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "node.h"
|
||||
#include "node_file.h"
|
||||
#include "node_buffer.h"
|
||||
#include <node_isolate.h>
|
||||
#ifdef __POSIX__
|
||||
# include "node_stat_watcher.h"
|
||||
#endif
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
#include <req_wrap.h>
|
||||
|
||||
#include <node_vars.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
#include <req_wrap.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <stream_wrap.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <node_isolate.h>
|
||||
#include <pipe_wrap.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <stream_wrap.h>
|
||||
#include <tcp_wrap.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
#include <req_wrap.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <stream_wrap.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <node_isolate.h>
|
||||
|
||||
#define UNWRAP \
|
||||
assert(!args.Holder().IsEmpty()); \
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
#include <req_wrap.h>
|
||||
#include <handle_wrap.h>
|
||||
#include <stream_wrap.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <node.h>
|
||||
#include <node_buffer.h>
|
||||
#include <node_isolate.h>
|
||||
|
||||
#include <req_wrap.h>
|
||||
#include <handle_wrap.h>
|
||||
|
||||
Reference in New Issue
Block a user