Home | History | Annotate | Download | only in src

Lines Matching refs:if

16   if (!IS_SPEC_OBJECT(handler))
18 if (IS_UNDEFINED(proto))
20 else if (!(IS_SPEC_OBJECT(proto) || IS_NULL(proto)))
26 if (!IS_SPEC_OBJECT(handler))
28 if (!IS_SPEC_FUNCTION(callTrap))
30 if (IS_UNDEFINED(constructTrap)) {
32 } else if (IS_SPEC_FUNCTION(constructTrap)) {
71 if (!IS_SPEC_OBJECT(proto)) proto = $Object.prototype
87 if (IS_UNDEFINED(desc)) { return desc }
88 if ('value' in desc) {
91 if (IS_UNDEFINED(desc.get)) { return desc.get }
99 if (desc) {
100 if ('writable' in desc) {
101 if (desc.writable) {
109 if (desc.set) {
119 if (desc) {
120 if ('writable' in desc) {
121 if (desc.writable) {
127 if (desc.set) {
157 if (IS_SYMBOL(name)) continue
159 if (!IS_UNDEFINED(desc) && desc.enumerable) {
171 if (IS_SYMBOL(name)) continue
173 if (!IS_UNDEFINED(desc)) {
174 if (!desc.configurable) {
178 if (desc.enumerable) enumerableNames[count++] = names[i]
186 if (IS_UNDEFINED(handler.enumerate)) {