Home
last modified time | relevance | path

Searched refs:IS_SPEC_OBJECT (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/v8/src/
Dweak_collection.js32 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
44 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
56 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
68 if (!(IS_SPEC_OBJECT(key) || IS_SYMBOL(key))) {
124 if (!(IS_SPEC_OBJECT(value) || IS_SYMBOL(value))) {
136 if (!(IS_SPEC_OBJECT(value) || IS_SYMBOL(value))) {
148 if (!(IS_SPEC_OBJECT(value) || IS_SYMBOL(value))) {
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
Dv8natives.js254 if (!IS_SPEC_OBJECT(V)) return false;
327 if (!IS_SPEC_OBJECT(obj)) {
414 if (!IS_SPEC_OBJECT(obj)) {
982 if (!IS_SPEC_OBJECT(obj)) {
992 if (proto !== null && !IS_SPEC_OBJECT(proto)) {
996 if (IS_SPEC_OBJECT(obj)) {
1006 if (!IS_SPEC_OBJECT(obj)) {
1017 if (!IS_SPEC_OBJECT(obj)) {
1110 if (!IS_SPEC_OBJECT(obj)) {
1126 if (!IS_SPEC_OBJECT(proto) && proto !== null) {
[all …]
Druntime.js39 if (!IS_SPEC_OBJECT(y)) {
70 if (IS_SPEC_OBJECT(y)) {
323 if (!IS_SPEC_OBJECT(x)) {
342 if (!IS_SPEC_OBJECT(V)) {
354 if (!IS_SPEC_OBJECT(O)) {
434 if (args != null && !IS_SPEC_OBJECT(args)) {
478 if (!IS_SPEC_OBJECT(x)) return x;
604 return !IS_SPEC_OBJECT(x);
Dobject-observe.js317 if (!IS_SPEC_OBJECT(arg))
362 if (!IS_SPEC_OBJECT(object))
383 if (!IS_SPEC_OBJECT(object))
523 if (!IS_SPEC_OBJECT(this))
536 if (!IS_SPEC_OBJECT(this))
561 if (IS_SPEC_OBJECT(changeRecord))
566 if (!IS_SPEC_OBJECT(object))
Dharmony-array.js31 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
66 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
Djson.js130 if (IS_SPEC_OBJECT(value)) {
147 } else if (IS_SPEC_OBJECT(value) && !(typeof value == "function")) {
Dpromise.js75 if (!IsPromise(x) && IS_SPEC_OBJECT(x)) {
140 return IS_SPEC_OBJECT(x) && HAS_PRIVATE(x, promiseStatus);
Dsymbol.js72 if (!IS_SPEC_OBJECT(obj)) {
Dmacros.py139 macro IS_SPEC_OBJECT(arg) = (%_IsSpecObject(arg));
167 macro TO_OBJECT_INLINE(arg) = (IS_SPEC_OBJECT(%IS_VAR(arg)) ? arg : ToObject(arg));
Darray.js1124 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1160 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1191 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1221 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
1250 } else if (!IS_SPEC_OBJECT(receiver) && %IsSloppyModeFunction(f)) {
Dmessages.js184 else if (IS_SPEC_OBJECT(args[arg_num]))
1281 if (!IS_SPEC_OBJECT(this)) {
Dhydrogen-instructions.cc1625 if ((check_ == IS_SPEC_OBJECT && value()->type().IsJSObject()) || in Canonicalize()
1644 case IS_SPEC_OBJECT: in GetCheckInterval()
1719 case IS_SPEC_OBJECT: return "object"; in GetCheckName()
Dmirror-debugger.js26 return IS_SPEC_OBJECT(value) &&
Dhydrogen-instructions.h2883 IS_SPEC_OBJECT, enumerator
2900 case IS_SPEC_OBJECT: return HType::JSObject(); in CalculateInferredType()
Dhydrogen.cc10670 HCheckInstanceType::IS_SPEC_OBJECT); in BuildCompareInstruction()