NoValue           350 src/jsregexp.h     static const Entry NoValue() { return Value(); }
NoValue           263 src/profile-generator.h     static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
NoValue            49 src/splay-tree-inl.h     root_ = new(allocator_) Node(key, Config::NoValue());
NoValue            61 src/splay-tree-inl.h     Node* node = new(allocator_) Node(key, Config::NoValue());
NoValue           230 src/splay-tree-inl.h   Node dummy_node(Config::kNoKey, Config::NoValue());