Searched refs:ThrowDateTypeError (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dmacros.py123 macro DATE_VALUE(arg) = (%_ClassOf(arg) === 'Date' ? %_ValueOf(arg) : ThrowDateTypeError());
H A Ddate.js44 function ThrowDateTypeError() { function
886 if (!IS_DATE(this)) ThrowDateTypeError();

Completed in 13 milliseconds