Searched refs:IS_NULL (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/
H A Druntime.js535 return (IS_NULL(x)) ? 0 : ToNumber(%DefaultNumber(x));
545 return (IS_NULL(x)) ? 0 : ToNumber(%DefaultNumber(x));
555 return (IS_NULL(x)) ? 'null' : %ToString(%DefaultString(x));
562 return (IS_NULL(x)) ? 'null' : %ToString(%DefaultString(x));
H A Djson.js159 } else if (IS_NULL(value)) {
286 } else if (IS_NULL(value)) {
H A Ddate.js279 if (IS_NULL(arr)) return $NaN;
285 if (IS_NULL(arr[7])) {
H A Dmacros.py94 macro IS_NULL(arg) = (arg === null);
H A Dstring.js424 if (IS_NULL(res)) {
478 if (IS_NULL(matchInfo)) return subject;
H A Dv8natives.js227 if (IS_NULL(this)) return '[object Null]';
H A Dmirror-debugger.js73 } else if (IS_NULL(value)) {
H A Ddebug-debugger.js502 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java69 return ObjectPredicate.IS_NULL.withNarrowedType();
219 IS_NULL { enum constant in enum:Predicates.ObjectPredicate
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java72 return ObjectPredicate.IS_NULL.withNarrowedType();
282 IS_NULL { enum constant in enum:Predicates.ObjectPredicate
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 177 milliseconds