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

  /external/v8/src/
macros.py 94 macro IS_NULL(arg) = (arg === null);
runtime.js 511 return (IS_NULL(x)) ? 0 : ToNumber(%DefaultNumber(x));
521 return (IS_NULL(x)) ? 0 : ToNumber(%DefaultNumber(x));
531 return (IS_NULL(x)) ? 'null' : %ToString(%DefaultString(x));
538 return (IS_NULL(x)) ? 'null' : %ToString(%DefaultString(x));
json.js 159 } else if (IS_NULL(value)) {
281 } else if (IS_NULL(value)) {
string.js 380 if (IS_NULL(res)) {
433 if (IS_NULL(matchInfo)) return subject;
date.js 536 if (IS_NULL(arr)) return $NaN;
542 if (IS_NULL(arr[7])) {
v8natives.js 527 if (IS_NULL(proto)) return void 0;
    [all...]
debug-debugger.js 480 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
    [all...]
mirror-debugger.js 73 } else if (IS_NULL(value)) {
    [all...]

Completed in 211 milliseconds