Home
last modified time | relevance | path

Searched refs:kNodeContextTag (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Denv.cc57 int const Environment::kNodeContextTag = 0x6e6f64; member in node::Environment
59 static_cast<const void*>(&Environment::kNodeContextTag));
Denv.h1384 static int const kNodeContextTag; variable