Home
last modified time | relevance | path

Searched refs:isUndefinedOrNull (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebCore/bindings/v8/custom/
DV8SQLTransactionCustom.cpp60 if (args.Length() > 1 && !isUndefinedOrNull(args[1])) { in executeSqlCallback()
72 if (isUndefinedOrNull(lengthGetter)) in executeSqlCallback()
103 if (args.Length() > 2 && !isUndefinedOrNull(args[2])) { in executeSqlCallback()
112 if (args.Length() > 3 && !isUndefinedOrNull(args[3])) { in executeSqlCallback()
DV8XSLTProcessorCustom.cpp109 if (isUndefinedOrNull(args[1]) || isUndefinedOrNull(args[2])) in setParameterCallback()
126 if (isUndefinedOrNull(args[1])) in getParameterCallback()
143 if (isUndefinedOrNull(args[1])) in removeParameterCallback()
DV8MessagePortCustom.cpp93 if (isUndefinedOrNull(value)) { in getMessagePortArray()
122 if (isUndefinedOrNull(port)) { in getMessagePortArray()
DV8GeolocationCustom.cpp68 if (isUndefinedOrNull(value)) in createPositionErrorCallback()
90 if (isUndefinedOrNull(value)) { in createPositionOptions()
DV8MessageEventCustom.cpp81 if (!isUndefinedOrNull(args[7])) { in initMessageEventCallback()
/external/webkit/WebCore/bindings/js/
DJSXSLTProcessorCustom.cpp90 if (args.at(1).isUndefinedOrNull() || args.at(2).isUndefinedOrNull()) in setParameter()
101 if (args.at(1).isUndefinedOrNull()) in getParameter()
111 if (args.at(1).isUndefinedOrNull()) in removeParameter()
DJSSQLTransactionCustom.cpp58 if (!args.at(1).isUndefinedOrNull()) { in executeSql()
91 if (!args.at(2).isUndefinedOrNull()) { in executeSql()
102 if (!args.at(3).isUndefinedOrNull()) { in executeSql()
DJSCustomXPathNSResolver.cpp44 if (value.isUndefinedOrNull()) in create()
100 if (!retval.isUndefinedOrNull()) in lookupNamespaceURI()
DJSMessagePortCustom.cpp84 if (value.isUndefinedOrNull()) { in fillMessagePortArray()
101 if (value.isUndefinedOrNull()) { in fillMessagePortArray()
DJSGeolocationCustom.cpp59 if (value.isUndefinedOrNull()) in createPositionErrorCallback()
78 if (value.isUndefinedOrNull()) { in createPositionOptions()
DJSHTMLSelectElementCustom.cpp51 if (value.isUndefinedOrNull()) in selectIndexSetter()
DJSMessageEventCustom.cpp67 if (!args.at(7).isUndefinedOrNull()) { in initMessageEvent()
DJSEventListener.cpp123 if (!retval.isUndefinedOrNull() && event->storesResultAsString()) in handleEvent()
DJSXMLHttpRequestCustom.cpp108 if (val.isUndefinedOrNull()) in send()
DJSDOMBinding.cpp632 if (value.isUndefinedOrNull()) in valueToStringWithUndefinedOrNullCheck()
845 if (lengthValue.isUndefinedOrNull()) { in toJSSequence()
/external/webkit/JavaScriptCore/runtime/
DJSValue.cpp64 ASSERT(isUndefinedOrNull()); in toObjectSlowCase()
78 ASSERT(isUndefinedOrNull()); in toThisObjectSlowCase()
DArrayPrototype.cpp178 if (element.isUndefinedOrNull()) in arrayProtoFuncToString()
233 if (!element.isUndefinedOrNull()) { in arrayProtoFuncToLocaleString()
280 if (!element.isUndefinedOrNull()) in arrayProtoFuncJoin()
589 …JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObje… in arrayProtoFuncFilter()
647 …JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObje… in arrayProtoFuncMap()
704 …JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObje… in arrayProtoFuncEvery()
760 …JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObje… in arrayProtoFuncForEach()
805 …JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObje… in arrayProtoFuncSome()
DOperations.h188 if (v1.isUndefinedOrNull()) { in equalSlowCaseInline()
189 if (v2.isUndefinedOrNull()) in equalSlowCaseInline()
196 if (v2.isUndefinedOrNull()) { in equalSlowCaseInline()
DCompletion.cpp59 …JSObject* thisObj = (!thisValue || thisValue.isUndefinedOrNull()) ? exec->dynamicGlobalObject() : … in evaluate()
DJSImmediate.h232 static ALWAYS_INLINE bool isUndefinedOrNull(JSValue v) in isUndefinedOrNull() function
561 inline bool JSValue::isUndefinedOrNull() const in isUndefinedOrNull() function
563 return JSImmediate::isUndefinedOrNull(asValue()); in isUndefinedOrNull()
DFunctionPrototype.cpp116 if (!array.isUndefinedOrNull()) { in functionProtoFuncApply()
DJSValue.h127 bool isUndefinedOrNull() const;
538 inline bool JSValue::isUndefinedOrNull() const in isUndefinedOrNull() function
/external/webkit/WebCore/bindings/v8/
DV8Binding.h136 bool isUndefinedOrNull(v8::Handle<v8::Value> value);
/external/webkit/JavaScriptGlue/
DJSUtils.cpp351 if (inValue.isUndefinedOrNull()) in KJSValueToCFTypeInternal()
DUserObjectImp.cpp144 if (!kjsValue.isUndefinedOrNull()) { in getOwnPropertySlot()

12