HomeSort by relevance Sort by last modified time
    Searched refs:IS_SPEC_OBJECT (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/src/
weak-collection.js 39 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(value) || IS_SYMBOL(value)))
    [all...]
proxy.js 16 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
runtime.js 40 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);
collection.js 39 if (!IS_SPEC_OBJECT(next)) {
170 if (!IS_SPEC_OBJECT(next)) {
174 if (!IS_SPEC_OBJECT(nextItem)) {
harmony-array.js 31 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
66 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
v8natives.js 255 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)) {
    [all...]
object-observe.js 318 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))
json.js 130 if (IS_SPEC_OBJECT(value)) {
147 } else if (IS_SPEC_OBJECT(value) && !(typeof value == "function")) {
macros.py 139 macro IS_SPEC_OBJECT(arg) = (%_IsSpecObject(arg));
167 macro TO_OBJECT_INLINE(arg) = (IS_SPEC_OBJECT(%IS_VAR(arg)) ? arg : ToObject(arg));
symbol.js 72 if (!IS_SPEC_OBJECT(obj)) {
promise.js 81 if (!IsPromise(x) && IS_SPEC_OBJECT(x)) {
149 return IS_SPEC_OBJECT(x) && HAS_DEFINED_PRIVATE(x, promiseStatus);
array.js     [all...]
messages.js 196 else if (IS_SPEC_OBJECT(args[arg_num]))
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
mirror-debugger.js 26 return IS_SPEC_OBJECT(value) &&
    [all...]
hydrogen.cc     [all...]

Completed in 273 milliseconds