OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrowDateTypeError
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
macros.py
150
macro DATE_VALUE(arg) = (%_ClassOf(arg) === 'Date' ? %_ValueOf(arg) :
ThrowDateTypeError
());
date.js
44
function
ThrowDateTypeError
() {
772
if (!IS_DATE(this))
ThrowDateTypeError
();
Completed in 32 milliseconds