Home
last modified time | relevance | path

Searched refs:IgnoreNull (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc83 IgnoreNull = 1 << 0, enumerator
95 if ((ignoreOptions & IgnoreNull) && value->IsNull()) return true; in append()
148 if (!append(value, IgnoreNull | IgnoreUndefined)) { in append()

Completed in 2 milliseconds