Searched refs:isUndefinedOrNull (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/WebCore/bindings/js/
H A DJSSQLTransactionCustom.cpp58 if (!args.at(1).isUndefinedOrNull()) {
91 if (!args.at(2).isUndefinedOrNull()) {
102 if (!args.at(3).isUndefinedOrNull()) {
H A DJSXSLTProcessorCustom.cpp90 if (args.at(1).isUndefinedOrNull() || args.at(2).isUndefinedOrNull())
101 if (args.at(1).isUndefinedOrNull())
111 if (args.at(1).isUndefinedOrNull())
H A DJSCustomXPathNSResolver.cpp44 if (value.isUndefinedOrNull())
100 if (!retval.isUndefinedOrNull())
H A DJSMessagePortCustom.cpp84 if (value.isUndefinedOrNull()) {
101 if (value.isUndefinedOrNull()) {
H A DJSHTMLSelectElementCustom.cpp51 if (value.isUndefinedOrNull())
H A DJSMessageEventCustom.cpp67 if (!args.at(7).isUndefinedOrNull()) {
H A DJSGeolocationCustom.cpp59 if (value.isUndefinedOrNull())
78 if (value.isUndefinedOrNull()) {
H A DJSEventListener.cpp123 if (!retval.isUndefinedOrNull() && event->storesResultAsString())
H A DJSXMLHttpRequestCustom.cpp108 if (val.isUndefinedOrNull())
/external/webkit/WebCore/bindings/v8/custom/
H A DV8SQLTransactionCustom.cpp60 if (args.Length() > 1 && !isUndefinedOrNull(args[1])) {
72 if (isUndefinedOrNull(lengthGetter))
103 if (args.Length() > 2 && !isUndefinedOrNull(args[2])) {
112 if (args.Length() > 3 && !isUndefinedOrNull(args[3])) {
H A DV8XSLTProcessorCustom.cpp109 if (isUndefinedOrNull(args[1]) || isUndefinedOrNull(args[2]))
126 if (isUndefinedOrNull(args[1]))
143 if (isUndefinedOrNull(args[1]))
H A DV8MessagePortCustom.cpp93 if (isUndefinedOrNull(value)) {
122 if (isUndefinedOrNull(port)) {
H A DV8GeolocationCustom.cpp68 if (isUndefinedOrNull(value))
90 if (isUndefinedOrNull(value)) {
H A DV8MessageEventCustom.cpp81 if (!isUndefinedOrNull(args[7])) {
/external/webkit/JavaScriptCore/runtime/
H A DCompletion.cpp59 JSObject* thisObj = (!thisValue || thisValue.isUndefinedOrNull()) ? exec->dynamicGlobalObject() : thisValue.toObject(exec);
H A DJSValue.cpp64 ASSERT(isUndefinedOrNull());
78 ASSERT(isUndefinedOrNull());
H A DOperations.h188 if (v1.isUndefinedOrNull()) {
189 if (v2.isUndefinedOrNull())
196 if (v2.isUndefinedOrNull()) {
H A DJSImmediate.h232 static ALWAYS_INLINE bool isUndefinedOrNull(JSValue v) function in class:JSC::JSImmediate
561 inline bool JSValue::isUndefinedOrNull() const function in class:JSC::JSValue
563 return JSImmediate::isUndefinedOrNull(asValue());
H A DArrayPrototype.cpp178 if (element.isUndefinedOrNull())
233 if (!element.isUndefinedOrNull()) {
280 if (!element.isUndefinedOrNull())
589 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
647 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
704 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
760 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
805 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
H A DFunctionPrototype.cpp116 if (!array.isUndefinedOrNull()) {
H A DObjectConstructor.cpp67 if (arg.isUndefinedOrNull())
H A DJSValue.h127 bool isUndefinedOrNull() const;
538 inline bool JSValue::isUndefinedOrNull() const function in class:JSC::JSValue
/external/webkit/WebCore/bindings/v8/
H A DV8Binding.h136 bool isUndefinedOrNull(v8::Handle<v8::Value> value);
/external/webkit/JavaScriptGlue/
H A DJSUtils.cpp351 if (inValue.isUndefinedOrNull())
H A DUserObjectImp.cpp144 if (!kjsValue.isUndefinedOrNull()) {

Completed in 134 milliseconds

12