Home | History | Annotate | Download | only in src

Lines Matching refs:prop

354     ObjectLiteral::Property* prop = properties->at(i);
357 if ((prop->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL &&
358 !CompileTimeValue::IsCompileTimeValue(prop->value())) ||
359 prop->kind() == ObjectLiteral::Property::COMPUTED) {
360 if (prop->key()->value()->IsInternalizedString() && prop->emit_store()) {
361 prop->RecordTypeFeedback(oracle());
365 RECURSE(Visit(prop->value()));
388 Property* prop = target->AsProperty();
389 if (prop != NULL) {
390 prop->RecordTypeFeedback(oracle(), zone());
446 Property* prop = callee->AsProperty();
447 if (prop != NULL) {
448 if (prop->key()->IsPropertyName())
525 Property* prop = expr->expression()->AsProperty();
526 if (prop != NULL) {
527 prop->RecordTypeFeedback(oracle(), zone());