We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1316c77 commit da01ff7Copy full SHA for da01ff7
src/node.h
@@ -219,7 +219,6 @@ NODE_EXTERN void RunAtExit(Environment* env);
219
1000 * static_cast<double>(t))
220
#define NODE_V8_UNIXTIME(v) (static_cast<double>((v)->NumberValue())/1000.0);
221
222
-// Used to be a macro, hence the uppercase name.
223
#define NODE_DEFINE_CONSTANT(target, constant) \
224
do { \
225
v8::Isolate* isolate = target->GetIsolate(); \
0 commit comments