Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options-inl.h336 bool is_negation = false; in Parse() local
339 is_negation = true; in Parse()
385 if (is_negation) { in Parse()
408 if (is_negation && info.type != kBoolean && info.type != kV8Option) { in Parse()
441 *Lookup<bool>(info.field, options) = !is_negation; in Parse()
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs1332 pub fn is_negation(&self) -> bool { in is_negation() method