Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console-message.cc88 bool append(v8::Local<v8::Value> value, unsigned ignoreOptions = 0) { in append() argument
90 if ((ignoreOptions & IgnoreNull) && value->IsNull()) return true; in append()
91 if ((ignoreOptions & IgnoreUndefined) && value->IsUndefined()) return true; in append()