Home | History | Annotate | Download | only in src

Lines Matching refs:if

20   if (n < 0 || !NUMBER_IS_FINITE(n)) {
39 if (IS_REGEXP(searchString)) {
46 if (%_ArgumentsLength() > 1) {
54 if (ss_len + start > s_len) {
68 if (IS_REGEXP(searchString)) {
76 if (%_ArgumentsLength() > 1) {
78 if (!IS_UNDEFINED(arg)) {
86 if (start < 0) {
100 if (IS_REGEXP(searchString)) {
107 if (%_ArgumentsLength() > 1) {
115 if (ss_len + start > s_len) {
130 if (pos < 0 || pos >= size) {
134 if (first < 0xD800 || first > 0xDBFF || pos + 1 == size) {
138 if (second < 0xDC00 || second > 0xDFFF) {
153 if (!%_IsSmi(code)) {
156 if (code < 0 || code > 0x10FFFF || code !== TO_INTEGER(code)) {
159 if (code <= 0xFFFF) {