HomeSort by relevance Sort by last modified time
    Searched refs:IS_NULL_OR_UNDEFINED (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
macros.py 95 macro IS_NULL_OR_UNDEFINED(arg) = (arg == null);
runtime.js 547 if (IS_NULL_OR_UNDEFINED(x) && !IS_UNDETECTABLE(x)) {
array.js 177 return (IS_NULL_OR_UNDEFINED(x)) ? '' : %ToString(%DefaultString(x));
    [all...]

Completed in 241 milliseconds