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

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DArrayValue.cpp55 bool ArrayValue::isUndefinedOrNull() const function in class:WebCore::ArrayValue
H A DDictionary.h61 bool isUndefinedOrNull() const { return !m_dictionary.isValid(); } function in class:WebCore::Dictionary
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHandle.h103 bool isUndefinedOrNull() const { return jsValue().isUndefinedOrNull(); } function in struct:JSC::HandleConverter
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCJSValueInlines.h245 inline bool JSValue::isUndefinedOrNull() const function in class:JSC::JSValue
440 inline bool JSValue::isUndefinedOrNull() const function in class:JSC::JSValue

Completed in 122 milliseconds