Fully initialize the property descriptor when parsing
JSON.
Change-Id: Ia43ac2dae573c5d5050cb02ca8f177c363262a05
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
return false;
PropertyDescriptor *p = o->insertMember(context->engine->newIdentifier(key));
+ p->type = PropertyDescriptor::Data;
+ p->writable = PropertyDescriptor::Enabled;
+ p->enumberable = PropertyDescriptor::Enabled;
+ p->configurable = PropertyDescriptor::Enabled;
p->value = val;
END;
S14_A2 failing
14.1-5-s failing
15.1.1.3-3 failing
-S15.12.2_A1 failing
15.4.4.14-9-a-10 failing
15.4.4.14-9-a-17 failing
15.4.4.14-9-a-7 failing