Searched refs:IS_STRING (Results 1 – 12 of 12) sorted by relevance
55 if (IS_STRING(this) && IS_STRING(y)) return %StringEquals(this, y);65 } else if (IS_STRING(x)) {66 if (IS_STRING(y)) return %StringEquals(x, y);94 if (IS_STRING(this)) {95 if (!IS_STRING(x)) return 1; // not equal117 if (IS_STRING(this)) {118 if (IS_STRING(x)) return %_StringCompare(this, x);138 if (IS_STRING(left) && IS_STRING(right)) {159 if (IS_STRING(this) && IS_STRING(x)) return %_StringAdd(this, x);165 if (IS_STRING(a)) {[all …]
153 if (IS_STRING(value)) {192 if (IS_STRING(val)) {197 if (IS_STRING(val)) {275 if (IS_STRING(value)) {323 } else if (IS_STRING(space)) {
98 macro IS_STRING(arg) = (typeof(arg) === 'string');128 macro TO_STRING_INLINE(arg) = (IS_STRING(%IS_VAR(arg)) ? arg : NonStringToString(arg));
83 if (!IS_STRING(e)) e = convert(e);120 if (IS_STRING(e)) return e;133 if (!IS_STRING(e)) e = convert(e);148 if (!IS_STRING(e)) e = convert(e);156 if (!IS_STRING(e)) e = convert(e);380 } else if (!IS_STRING(separator)) {
49 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this))57 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this))471 if (IS_STRING(re)) {
132 if (!IS_STRING(x)) return x;1162 if (!IS_STRING(source) || %FunctionIsBuiltin(func)) {
414 } else if (IS_STRING(year)) {438 value = IS_STRING(time) ? DateParse(time) : TimeClip(ToNumber(time));
1562 if (!IS_STRING(target)) {1989 if (!IS_STRING(mapping.name) || !IS_NUMBER(mapping.handle)) {2319 if (!IS_STRING(request.arguments.new_source)) {
107 if (!constructorName || !IS_STRING(constructorName)) {
79 } else if (IS_STRING(value)) {
61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string in next()94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string in nextRange()136 if (string==NULL && codepoint!=(UChar32)IS_STRING) { in getString()
71 enum { IS_STRING = -1 }; enumerator304 return codepoint == (UChar32)IS_STRING; in isString()