OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 358 milliseconds