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

1 2 3

  /external/webkit/Source/WebCore/bindings/js/
JSSQLTransactionCustom.cpp 58 if (!exec->argument(1).isUndefinedOrNull()) {
77 if (value.isUndefinedOrNull())
91 if (!exec->argument(2).isUndefinedOrNull()) {
102 if (!exec->argument(3).isUndefinedOrNull()) {
JSDeviceOrientationEventCustom.cpp 69 bool alphaProvided = !exec->argument(3).isUndefinedOrNull();
71 bool betaProvided = !exec->argument(4).isUndefinedOrNull();
73 bool gammaProvided = !exec->argument(5).isUndefinedOrNull();
JSDeviceMotionEventCustom.cpp 40 if (value.isUndefinedOrNull())
49 bool canProvideX = !xValue.isUndefinedOrNull();
57 bool canProvideY = !yValue.isUndefinedOrNull();
65 bool canProvideZ = !zValue.isUndefinedOrNull();
78 if (value.isUndefinedOrNull())
87 bool canProvideAlpha = !alphaValue.isUndefinedOrNull();
95 bool canProvideBeta = !betaValue.isUndefinedOrNull();
103 bool canProvideGamma = !gammaValue.isUndefinedOrNull();
184 bool intervalProvided = !exec->argument(6).isUndefinedOrNull();
JSMessagePortCustom.cpp 64 if (value.isUndefinedOrNull()) {
81 if (value.isUndefinedOrNull()) {
JSSQLTransactionSyncCustom.cpp 57 if (!exec->argument(1).isUndefinedOrNull()) {
76 if (value.isUndefinedOrNull())
JSHTMLSelectElementCustom.cpp 50 if (value.isUndefinedOrNull())
JSXSLTProcessorCustom.cpp 90 if (exec->argument(1).isUndefinedOrNull() || exec->argument(2).isUndefinedOrNull())
101 if (exec->argument(1).isUndefinedOrNull())
111 if (exec->argument(1).isUndefinedOrNull())
JSCustomXPathNSResolver.cpp 44 if (value.isUndefinedOrNull())
100 if (!retval.isUndefinedOrNull())
JSMessageEventCustom.cpp 69 if (!exec->argument(7).isUndefinedOrNull()) {
JSSVGLengthCustom.cpp 53 if (!value.isUndefinedOrNull() && !value.isNumber() && !value.isBoolean()) {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DirectoryEntryCustom.cpp 59 if (!isUndefinedOrNull(args[1]) && args[1]->IsObject() && !V8WebKitFlags::HasInstance(args[1])) {
63 if (!v8Create.IsEmpty() && !isUndefinedOrNull(v8Create)) {
68 if (!v8Exclusive.IsEmpty() && !isUndefinedOrNull(v8Exclusive)) {
102 if (!isUndefinedOrNull(args[1]) && args[1]->IsObject() && !V8WebKitFlags::HasInstance(args[1])) {
106 if (!v8Create.IsEmpty() && !isUndefinedOrNull(v8Create)) {
111 if (!v8Exclusive.IsEmpty() && !isUndefinedOrNull(v8Exclusive)) {
V8DeviceMotionEventCustom.cpp 62 if (isUndefinedOrNull(value))
71 bool canProvideX = !isUndefinedOrNull(xValue);
77 bool canProvideY = !isUndefinedOrNull(yValue);
83 bool canProvideZ = !isUndefinedOrNull(zValue);
94 if (isUndefinedOrNull(value))
103 bool canProvideAlpha = !isUndefinedOrNull(alphaValue);
109 bool canProvideBeta = !isUndefinedOrNull(betaValue);
115 bool canProvideGamma = !isUndefinedOrNull(gammaValue);
175 bool intervalProvided = !isUndefinedOrNull(args[6]);
V8SQLTransactionCustom.cpp 62 if (args.Length() > 1 && !isUndefinedOrNull(args[1])) {
70 if (isUndefinedOrNull(length))
98 if (args.Length() > 2 && !isUndefinedOrNull(args[2])) {
105 if (args.Length() > 3 && !isUndefinedOrNull(args[3])) {
V8DeviceOrientationEventCustom.cpp 78 bool alphaProvided = !isUndefinedOrNull(args[3]);
80 bool betaProvided = !isUndefinedOrNull(args[4]);
82 bool gammaProvided = !isUndefinedOrNull(args[5]);
V8XSLTProcessorCustom.cpp 109 if (isUndefinedOrNull(args[1]) || isUndefinedOrNull(args[2]))
126 if (isUndefinedOrNull(args[1]))
143 if (isUndefinedOrNull(args[1]))
V8MessagePortCustom.cpp 65 if (isUndefinedOrNull(value)) {
94 if (isUndefinedOrNull(port)) {
V8SQLTransactionSyncCustom.cpp 62 if (args.Length() > 1 && !isUndefinedOrNull(args[1])) {
70 if (isUndefinedOrNull(length))
V8DirectoryEntrySyncCustom.cpp 53 if (!value.IsEmpty() && !isUndefinedOrNull(value)) {
68 if (isUndefinedOrNull(arg) || !arg->IsObject())
V8MessageEventCustom.cpp 81 if (!isUndefinedOrNull(args[7])) {
V8SVGLengthCustom.cpp 65 if (!isUndefinedOrNull(value) && !value->IsNumber() && !value->IsBoolean()) {
  /external/webkit/Source/WebCore/bindings/v8/
OptionsObject.cpp 59 bool OptionsObject::isUndefinedOrNull() const
63 return WebCore::isUndefinedOrNull(m_options);
142 if (isUndefinedOrNull())
OptionsObject.h 45 bool isUndefinedOrNull() const;
  /external/webkit/Source/JavaScriptCore/runtime/
JSValue.cpp 66 ASSERT(isUndefinedOrNull());
79 ASSERT(isUndefinedOrNull());
91 ASSERT(isUndefinedOrNull());
104 ASSERT(isUndefinedOrNull());
Completion.cpp 62 JSObject* thisObj = (!thisValue || thisValue.isUndefinedOrNull()) ? exec->dynamicGlobalObject() : thisValue.toObject(exec);
StringPrototype.cpp 487 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
507 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
533 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
541 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
572 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
601 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
651 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
678 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
705 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercible
770 if (thisValue.isUndefinedOrNull()) // CheckObjectCoercibl
    [all...]

Completed in 1091 milliseconds

1 2 3