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

/external/webkit/Source/WebCore/bindings/v8/
H A DOptionsObject.cpp59 bool OptionsObject::isUndefinedOrNull() const function in class:WebCore::OptionsObject
63 return WebCore::isUndefinedOrNull(m_options);
142 if (isUndefinedOrNull())
H A DV8Binding.cpp249 bool isUndefinedOrNull(v8::Handle<v8::Value> value) function in namespace:WebCore
/external/webkit/Source/JavaScriptCore/heap/
H A DHandle.h131 bool isUndefinedOrNull() const { return jsValue().isUndefinedOrNull(); } function in struct:JSC::HandleConverter
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValueInlineMethods.h274 inline bool JSValue::isUndefinedOrNull() const function in class:JSC::JSValue
472 inline bool JSValue::isUndefinedOrNull() const function in class:JSC::JSValue

Completed in 566 milliseconds