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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DArrayValue.cpp41 bool ArrayValue::isUndefinedOrNull() const function in class:WebCore::ArrayValue
43 return m_array.IsEmpty() || WebCore::isUndefinedOrNull(m_array);
48 if (isUndefinedOrNull())
57 if (isUndefinedOrNull())
H A DScriptPromise.h78 bool isUndefinedOrNull() const function in class:WebCore::ScriptPromise
H A DDictionary.cpp86 return !isUndefinedOrNull() && m_options->IsObject();
89 bool Dictionary::isUndefinedOrNull() const function in class:WebCore::Dictionary
93 return WebCore::isUndefinedOrNull(m_options);
98 if (isUndefinedOrNull())
114 if (isUndefinedOrNull())
392 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
406 if (!getKey(key, v8Value) || WebCore::isUndefinedOrNull(v8Value))
581 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
615 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
649 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Valu
[all...]
H A DV8Binding.h564 inline bool isUndefinedOrNull(v8::Handle<v8::Value> value) function in namespace:WebCore

Completed in 116 milliseconds