Searched refs:object_literal (Results 1 – 2 of 2) sorted by relevance
123 function object_literal() { return {"a":1.5}; } function124 var o8 = object_literal();125 var o9 = object_literal();
3904 ObjectLiteral* object_literal = expression->AsObjectLiteral(); in GetValue() local3905 if (object_literal != NULL) { in GetValue()3906 DCHECK(object_literal->is_simple()); in GetValue()3907 if (object_literal->fast_elements()) { in GetValue()3912 result->set(kElementsSlot, *object_literal->constant_properties()); in GetValue()