We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf8536 commit 1da2afcCopy full SHA for 1da2afc
src/env.h
@@ -36,14 +36,6 @@ namespace node {
36
#define NODE_CONTEXT_EMBEDDER_DATA_INDEX 32
37
#endif
38
39
-// The slot 0 and 1 had already been taken by "gin" and "blink" in Chrome,
40
-// and the size of isolate's slots is 4 by default, so using 3 should
41
-// hopefully make node work independently when embedded into other
42
-// application.
43
-#ifndef NODE_ISOLATE_SLOT
44
-#define NODE_ISOLATE_SLOT 3
45
-#endif
46
-
47
// The number of items passed to push_values_to_array_function has diminishing
48
// returns around 8. This should be used at all call sites using said function.
49
#ifndef NODE_PUSH_VAL_TO_ARRAY_MAX
0 commit comments