Searched defs:isUndefinedOrNull (Results 1 - 3 of 3) 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 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())
320 value = WebCore::isUndefinedOrNull(v8Value) ? String() : toWebCoreString(v8Value);
H A DV8Binding.h524 inline bool isUndefinedOrNull(v8::Handle<v8::Value> value) function in namespace:WebCore

Completed in 321 milliseconds