We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195263e commit 604e485Copy full SHA for 604e485
src/node.h
@@ -225,7 +225,6 @@ NODE_EXTERN void RunAtExit(Environment* env);
225
1000 * static_cast<double>(t))
226
#define NODE_V8_UNIXTIME(v) (static_cast<double>((v)->NumberValue())/1000.0);
227
228
-// Used to be a macro, hence the uppercase name.
229
#define NODE_DEFINE_CONSTANT(target, constant) \
230
do { \
231
v8::Isolate* isolate = target->GetIsolate(); \
0 commit comments