Lines Matching refs:IsECMAObject
95 if (!target->IsECMAObject()) { in ReflectDefineProperty()
119 if (!target->IsECMAObject()) { in ReflectDeleteProperty()
138 if (!val->IsECMAObject()) { in ReflectGet()
164 if (!target->IsECMAObject()) { in ReflectGetOwnPropertyDescriptor()
190 if (!val->IsECMAObject()) { in ReflectGetPrototypeOf()
206 if (!target->IsECMAObject()) { in ReflectHas()
224 if (!target->IsECMAObject()) { in ReflectIsExtensible()
240 if (!target->IsECMAObject()) { in ReflectOwnKeys()
260 if (!target->IsECMAObject()) { in ReflectPreventExtensions()
277 if (!targetVal->IsECMAObject()) { in ReflectSet()
303 if (!target->IsECMAObject()) { in ReflectSetPrototypeOf()
308 if (!proto->IsECMAObject() && !proto->IsNull()) { in ReflectSetPrototypeOf()