Lines Matching refs:UNDEFINED
90 UNDEFINED, DONT_ENUM | DONT_DELETE);
200 %AddNamedProperty(global, "undefined", UNDEFINED, attributes);
461 if (!desc.hasValue()) desc.setValue(UNDEFINED);
465 if (!desc.hasGetter()) desc.setGet(UNDEFINED);
466 if (!desc.hasSetter()) desc.setSet(UNDEFINED);
477 this.value_ = UNDEFINED;
485 this.get_ = UNDEFINED;
487 this.set_ = UNDEFINED;
575 return UNDEFINED;
629 if (IS_SYMBOL(v)) return UNDEFINED;
633 handler, "getOwnPropertyDescriptor", UNDEFINED, p);
673 var result = CallTrap2(handler, "defineProperty", UNDEFINED, p, attributes);
818 var value = UNDEFINED; // Default value is undefined.
907 desc.value_ = UNDEFINED;
1117 var names = CallTrap0(handler, "getOwnPropertyNames", UNDEFINED);
1221 var props = CallTrap0(handler, "fix", UNDEFINED);
1606 var f = IS_UNDEFINED(fractionDigits) ? UNDEFINED : TO_INTEGER(fractionDigits);
1892 return UNDEFINED;