HomeSort by relevance Sort by last modified time
    Searched refs:isUndefinedOrNull (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/WebCore/bindings/js/
JSSQLTransactionCustom.cpp 58 if (!args.at(1).isUndefinedOrNull()) {
91 if (!args.at(2).isUndefinedOrNull()) {
102 if (!args.at(3).isUndefinedOrNull()) {
JSXSLTProcessorCustom.cpp 90 if (args.at(1).isUndefinedOrNull() || args.at(2).isUndefinedOrNull())
101 if (args.at(1).isUndefinedOrNull())
111 if (args.at(1).isUndefinedOrNull())
JSCustomXPathNSResolver.cpp 44 if (value.isUndefinedOrNull())
100 if (!retval.isUndefinedOrNull())
JSMessagePortCustom.cpp 84 if (value.isUndefinedOrNull()) {
101 if (value.isUndefinedOrNull()) {
JSHTMLSelectElementCustom.cpp 51 if (value.isUndefinedOrNull())
JSMessageEventCustom.cpp 67 if (!args.at(7).isUndefinedOrNull()) {
JSGeolocationCustom.cpp 59 if (value.isUndefinedOrNull())
78 if (value.isUndefinedOrNull()) {
JSEventListener.cpp 123 if (!retval.isUndefinedOrNull() && event->storesResultAsString())
JSXMLHttpRequestCustom.cpp 108 if (val.isUndefinedOrNull())
  /external/webkit/WebCore/bindings/v8/custom/
V8SQLTransactionCustom.cpp 60 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])) {
V8XSLTProcessorCustom.cpp 109 if (isUndefinedOrNull(args[1]) || isUndefinedOrNull(args[2]))
126 if (isUndefinedOrNull(args[1]))
143 if (isUndefinedOrNull(args[1]))
V8MessagePortCustom.cpp 93 if (isUndefinedOrNull(value)) {
122 if (isUndefinedOrNull(port)) {
V8GeolocationCustom.cpp 68 if (isUndefinedOrNull(value))
90 if (isUndefinedOrNull(value)) {
V8MessageEventCustom.cpp 81 if (!isUndefinedOrNull(args[7])) {
  /external/webkit/JavaScriptCore/runtime/
Completion.cpp 59 JSObject* thisObj = (!thisValue || thisValue.isUndefinedOrNull()) ? exec->dynamicGlobalObject() : thisValue.toObject(exec);
JSValue.cpp 64 ASSERT(isUndefinedOrNull());
78 ASSERT(isUndefinedOrNull());
Operations.h 188 if (v1.isUndefinedOrNull()) {
189 if (v2.isUndefinedOrNull())
196 if (v2.isUndefinedOrNull()) {
JSImmediate.h 232 static ALWAYS_INLINE bool isUndefinedOrNull(JSValue v)
561 inline bool JSValue::isUndefinedOrNull() const
563 return JSImmediate::isUndefinedOrNull(asValue());
ArrayPrototype.cpp 178 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);
    [all...]
FunctionPrototype.cpp 116 if (!array.isUndefinedOrNull()) {
JSValue.h 127 bool isUndefinedOrNull() const;
538 inline bool JSValue::isUndefinedOrNull() const
ObjectConstructor.cpp 67 if (arg.isUndefinedOrNull())
  /external/webkit/WebCore/bindings/v8/
V8Binding.h 136 bool isUndefinedOrNull(v8::Handle<v8::Value> value);
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 351 if (inValue.isUndefinedOrNull())
UserObjectImp.cpp 144 if (!kjsValue.isUndefinedOrNull()) {

Completed in 88 milliseconds

1 2