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

  /external/v8/src/
date.js 444 return UTC_MS(this);
497 ms = %_ArgumentsLength() < 2 ? UTC_MS(this) : ToNumber(ms);
521 ms = argc < 3 ? UTC_MS(this) : ToNumber(ms);
547 ms = argc < 4 ? UTC_MS(this) : ToNumber(ms);
macros.py 228 macro UTC_MS(arg) = (%_DateField(arg, 18));

Completed in 49 milliseconds