Home | History | Annotate | Download | only in src

Lines Matching full:is_string

447     } else if (IS_STRING(year)) {
471 value = IS_STRING(time) ? DateParse(time) : TimeClip(ToNumber(time));