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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptArguments.cpp58 IgnoreNull = 1 << 0, enumerator in enum:blink::__anon11124::V8ValueStringBuilder::__anon11125
72 if ((ignoreOptions & IgnoreNull) && value->IsNull())
123 if (!append(array->Get(i), IgnoreNull | IgnoreUndefined)) {

Completed in 87 milliseconds