Searched refs:object_literal (Results 1 – 1 of 1) sorted by relevance
3447 ObjectLiteral* object_literal = expression->AsObjectLiteral(); in GetValue() local3448 if (object_literal != NULL) { in GetValue()3449 ASSERT(object_literal->is_simple()); in GetValue()3451 result->set(kElementsSlot, *object_literal->constant_properties()); in GetValue()