Searched refs:IS_STRING (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime.js31 if (IS_STRING(this) && IS_STRING(y)) return %StringEquals(this, y);
46 } else if (IS_STRING(x)) {
48 if (IS_STRING(y)) return %StringEquals(x, y);
62 if (IS_STRING(y)) return %NumberEquals(%ToNumber(x), %ToNumber(y));
84 if (IS_STRING(this)) {
85 if (!IS_STRING(x)) return 1; // not equal
107 if (IS_STRING(this)) {
108 if (IS_STRING(x)) return %_StringCompare(this, x);
128 if (IS_STRING(lef
[all...]
H A Djson.js139 if (IS_STRING(value)) {
183 } else if (IS_STRING(space)) {
206 if (IS_STRING(item) && seen_properties[item] != seen_sentinel) {
H A Dapinatives.js75 if (IS_STRING(name)) %FunctionSetName(fun, name);
H A Dstring.js24 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) {
33 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) {
275 IS_STRING(replace) &&
528 if (IS_STRING(re)) {
H A Darray.js57 if (!IS_STRING(e)) e = convert(e);
80 if (!IS_STRING(e)) e = convert(e);
131 if (IS_STRING(e)) return e;
143 if (!IS_STRING(e)) e = convert(e);
157 if (!IS_STRING(e)) e = convert(e);
165 } else if (!IS_STRING(e)) {
374 } else if (!IS_STRING(separator)) {
H A Dobject-observe.js541 if (!IS_STRING(changeRecord.type))
554 if (!IS_STRING(changeType))
H A Dmacros.py106 macro IS_STRING(arg) = (typeof(arg) === 'string');
165 macro TO_STRING_INLINE(arg) = (IS_STRING(%IS_VAR(arg)) ? arg : NonStringToString(arg));
H A Ddate.js136 } else if (IS_STRING(year)) {
160 value = IS_STRING(time) ? DateParse(time) : ToNumber(time);
H A Dtypedarray.js108 } else if (IS_NUMBER(arg1) || IS_STRING(arg1) ||
H A Dmessages.js210 if (IS_STRING(obj)) return obj;
228 if (IS_STRING(constructorName) && constructorName !== "") {
279 if (IS_STRING(constructorName) && constructorName !== "") {
H A Ddebug-debugger.js1523 if (!IS_STRING(target)) {
2066 if (!IS_STRING(mapping.name)) {
2351 if (!IS_STRING(request.arguments.new_source)) {
H A Dv8natives.js164 if (!IS_STRING(x)) return x;
1743 if (!IS_STRING(source) || %FunctionIsBuiltin(func)) {
H A Dhydrogen-check-elimination.cc452 if (instr->check() == HCheckInstanceType::IS_STRING) {
H A Dliveedit-debugger.js1106 if (IS_STRING(result)) {
H A Dhydrogen-instructions.cc1593 (check_ == IS_STRING && value()->type().IsString())) {
1626 case IS_STRING:
1686 case IS_STRING: return "string";
H A Dmirror-debugger.js68 } else if (IS_STRING(value)) {
H A Dhydrogen-instructions.h2911 IS_STRING, enumerator in enum:v8::FINAL::FINAL::Check
2928 case IS_STRING: return HType::String();
H A Dhydrogen.cc1283 return Add<HCheckInstanceType>(string, HCheckInstanceType::IS_STRING);
7318 Add<HCheckInstanceType>(object, HCheckInstanceType::IS_STRING);
10860 Add<HCheckInstanceType>(left, HCheckInstanceType::IS_STRING);
10862 Add<HCheckInstanceType>(right, HCheckInstanceType::IS_STRING);
/external/chromium_org/third_party/icu/source/common/
H A Dusetiter.cpp41 * if so, if codepoint == IS_STRING, the value is a string in the string field
61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
68 * if so, if codepoint == IS_STRING, the value is a string in the string field
94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
136 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
/external/icu/icu4c/source/common/
H A Dusetiter.cpp41 * if so, if codepoint == IS_STRING, the value is a string in the string field
61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
68 * if so, if codepoint == IS_STRING, the value is a string in the string field
94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
136 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h67 * If <tt>codepoint == IS_STRING</tt>, then examine
71 enum { IS_STRING = -1 }; enumerator in enum:UnicodeSetIterator::__anon12042
74 * Current code point, or the special value <tt>IS_STRING</tt>, if
83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
85 * <tt>codepoint == IS_STRING</tt>, then the value of
92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
304 return codepoint == (UChar32)IS_STRING;
/external/icu/icu4c/source/common/unicode/
H A Dusetiter.h67 * If <tt>codepoint == IS_STRING</tt>, then examine
71 enum { IS_STRING = -1 }; enumerator in enum:UnicodeSetIterator::__anon21832
74 * Current code point, or the special value <tt>IS_STRING</tt>, if
83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
85 * <tt>codepoint == IS_STRING</tt>, then the value of
92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
304 return codepoint == (UChar32)IS_STRING;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5753 milliseconds