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

  /external/v8/src/
macros.py 104 macro IS_DATE(arg) = (%_ClassOf(arg) === 'Date');
runtime.js 487 if (hint == NO_HINT) hint = (IS_DATE(x)) ? STRING_HINT : NUMBER_HINT;
date.js 772 if (!IS_DATE(this)) ThrowDateTypeError();
mirror-debugger.js 83 } else if (IS_DATE(value)) {
    [all...]

Completed in 233 milliseconds