Home | History | Annotate | Download | only in src

Lines Matching full:prop

404     ObjectLiteral::Property* prop = properties->at(i);
407 if ((prop->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL &&
408 !CompileTimeValue::IsCompileTimeValue(prop->value())) ||
409 prop->kind() == ObjectLiteral::Property::COMPUTED) {
410 if (prop->key()->value()->IsInternalizedString() && prop->emit_store()) {
411 prop->RecordTypeFeedback(oracle());
415 RECURSE(Visit(prop->value()));
435 Property* prop = expr->target()->AsProperty();
436 if (prop != NULL) {
440 if (prop->key()->IsPropertyName()) {
441 Literal* lit_key = prop->key()->AsLiteral();