Searched refs:IS_SPEC_OBJECT (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/v8/src/
H A Dharmony-classes.js19 if (!IS_SPEC_OBJECT(homeObject)) {
H A Dweak-collection.js39 if (!IS_SPEC_OBJECT(next)) {
43 if (!IS_SPEC_OBJECT(nextItem)) {
56 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
68 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
80 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
92 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
155 if (!IS_SPEC_OBJECT(next)) {
168 if (!(IS_SPEC_OBJECT(value) || IS_SYMBOL(value))) {
180 if (!(IS_SPEC_OBJECT(value) || IS_SYMBOL(value))) {
192 if (!(IS_SPEC_OBJECT(valu
[all...]
H A Dproxy.js16 if (!IS_SPEC_OBJECT(handler))
20 else if (!(IS_SPEC_OBJECT(proto) || IS_NULL(proto)))
26 if (!IS_SPEC_OBJECT(handler))
71 if (!IS_SPEC_OBJECT(proto)) proto = $Object.prototype
74 return IS_SPEC_OBJECT(result) ? result : obj
H A Dcollection.js39 if (!IS_SPEC_OBJECT(next)) {
170 if (!IS_SPEC_OBJECT(next)) {
174 if (!IS_SPEC_OBJECT(nextItem)) {
H A Dharmony-array.js31 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
66 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
H A Druntime.js40 if (!IS_SPEC_OBJECT(y)) {
71 if (IS_SPEC_OBJECT(y)) {
324 if (!IS_SPEC_OBJECT(x)) {
343 if (!IS_SPEC_OBJECT(V)) {
355 if (!IS_SPEC_OBJECT(O)) {
435 if (args != null && !IS_SPEC_OBJECT(args)) {
479 if (!IS_SPEC_OBJECT(x)) return x;
611 // considered a primitive value. IS_SPEC_OBJECT handles this correctly
613 return !IS_SPEC_OBJECT(x);
H A Dv8natives.js255 if (!IS_SPEC_OBJECT(V)) return false;
328 if (!IS_SPEC_OBJECT(obj)) {
413 if (!IS_SPEC_OBJECT(obj)) {
983 if (!IS_SPEC_OBJECT(obj)) {
993 if (proto !== null && !IS_SPEC_OBJECT(proto)) {
997 if (IS_SPEC_OBJECT(obj)) {
1007 if (!IS_SPEC_OBJECT(obj)) {
1018 if (!IS_SPEC_OBJECT(obj)) {
1111 if (!IS_SPEC_OBJECT(obj)) {
1127 if (!IS_SPEC_OBJECT(prot
[all...]
H A Dobject-observe.js318 if (!IS_SPEC_OBJECT(arg))
363 if (!IS_SPEC_OBJECT(object))
384 if (!IS_SPEC_OBJECT(object))
535 if (!IS_SPEC_OBJECT(this))
548 if (!IS_SPEC_OBJECT(this))
573 if (IS_SPEC_OBJECT(changeRecord))
578 if (!IS_SPEC_OBJECT(object))
H A Dsymbol.js72 if (!IS_SPEC_OBJECT(obj)) {
H A Djson.js130 if (IS_SPEC_OBJECT(value)) {
147 } else if (IS_SPEC_OBJECT(value) && !(typeof value == "function")) {
H A Dpromise.js81 if (!IsPromise(x) && IS_SPEC_OBJECT(x)) {
149 return IS_SPEC_OBJECT(x) && HAS_DEFINED_PRIVATE(x, promiseStatus);
H A Dmacros.py139 macro IS_SPEC_OBJECT(arg) = (%_IsSpecObject(arg));
167 macro TO_OBJECT_INLINE(arg) = (IS_SPEC_OBJECT(%IS_VAR(arg)) ? arg : ToObject(arg));
H A Darray.js1130 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1166 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1197 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1227 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1256 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
H A Dmessages.js196 else if (IS_SPEC_OBJECT(args[arg_num]))
1277 if (!IS_SPEC_OBJECT(this)) {
H A Dhydrogen-instructions.cc1591 if ((check_ == IS_SPEC_OBJECT && value()->type().IsJSObject()) ||
1610 case IS_SPEC_OBJECT:
1684 case IS_SPEC_OBJECT: return "object";
H A Dmirror-debugger.js26 return IS_SPEC_OBJECT(value) &&
H A Dhydrogen-instructions.h2909 IS_SPEC_OBJECT, enumerator in enum:v8::FINAL::FINAL::Check
2926 case IS_SPEC_OBJECT: return HType::JSObject();
H A Dhydrogen.cc10829 HCheckInstanceType::IS_SPEC_OBJECT);

Completed in 288 milliseconds