Searched refs:IS_NULL (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/js/ |
D | object-observe.js | 221 if (IS_NULL(objectInfo.notifier)) { 292 if (!IS_NULL(observer) && ObserverIsActive(observer, objectInfo)) 446 if (IS_NULL(GetPendingObservers())) { 498 if (IS_NULL(observer)) 642 if (!IS_NULL(pendingObservers)) 664 if (!IS_NULL(pendingObservers)) {
|
D | v8natives.js | 165 if (IS_NULL(receiver) || IS_UNDEFINED(receiver)) { 181 if (IS_NULL(receiver) || IS_UNDEFINED(receiver)) { 190 if (IS_NULL(receiver) || IS_UNDEFINED(receiver)) { 206 if (IS_NULL(receiver) || IS_UNDEFINED(receiver)) { 843 if ((IS_RECEIVER(proto) || IS_NULL(proto)) && IS_RECEIVER(this)) { 854 if (IS_NULL(x) || IS_UNDEFINED(x)) return {};
|
D | regexp.js | 194 if (IS_NULL(matchIndices)) { 235 if (IS_NULL(matchIndices)) { 256 if (IS_NULL(matchIndices)) {
|
D | i18n.js | 267 if (IS_NULL(%_Call(StringMatch, service, GetServiceRE()))) { 424 if (IS_NULL(%_Call(StringMatch, service, GetServiceRE()))) { 442 var extension = IS_NULL(extensionMatch) ? '' : extensionMatch[0]; 704 if (IS_NULL(match)) throw MakeRangeError(kExpectedLocation, location); 730 IS_NULL(localeID)) { 1497 if (IS_NULL(match)) { 1826 if (IS_NULL(match)) throw MakeRangeError(kExpectedTimezoneID, tzID);
|
D | macros.py | 77 macro IS_NULL(arg) = (arg === null); 106 macro CHECK_OBJECT_COERCIBLE(arg, functionName) = if (IS_NULL(%IS_VAR(arg)) || IS_UNDEFINED(arg)) t…
|
D | messages.js | 85 if (IS_NULL(this)) return "[object Null]"; 119 if (IS_NULL(obj)) return 'null';
|
D | json.js | 167 } else if (IS_NULL(value)) {
|
D | string.js | 418 if (IS_NULL(res)) { 471 if (IS_NULL(matchInfo)) {
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 494 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 513 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 527 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 546 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 676 &message, TestUtil::ReflectionTester::IS_NULL); in TEST() 702 &message, TestUtil::ReflectionTester::IS_NULL); in TEST()
|
D | test_util.h | 165 IS_NULL, enumerator
|
D | test_util.cc | 3329 case IS_NULL: in ExpectMessagesReleasedViaReflection()
|
/external/v8/src/ |
D | d8.js | 45 if (IS_NULL(x)) return "null";
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
D | Predicates.java | 73 return ObjectPredicate.IS_NULL.withNarrowedType(); in isNull() 232 IS_NULL { enumConstant
|
/external/guava/guava/src/com/google/common/base/ |
D | Predicates.java | 76 return ObjectPredicate.IS_NULL.withNarrowedType(); in isNull() 295 IS_NULL { enumConstant
|
/external/v8/src/debug/ |
D | debug.js | 460 if (IS_NULL(position)) return; 522 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
|
D | mirrors.js | 150 } else if (IS_NULL(value)) {
|