Home | History | Annotate | Download | only in src

Lines Matching refs:property

83   Property* prop = decl->proxy()->AsProperty();
250 ZoneList<ObjectLiteral::Property*>* properties = expr->properties();
253 ObjectLiteral::Property* property = properties->at(i);
254 if (property->IsCompileTimeValue()) continue;
255 Visit(property->key());
257 Visit(property->value());
288 Property* prop = expr->target()->AsProperty();
300 BAILOUT("non-variable/non-property assignment");
312 void FullCodeGenSyntaxChecker::VisitProperty(Property* expr) {
333 Property* prop = fun->AsProperty();
396 Property* prop = expr->expression()->AsProperty();
414 BAILOUT("CountOperation non-variable/non-property expression");
520 // In case this is const property use the hole.