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();
3343 ObjectLiteral* object_literal = expression->AsObjectLiteral(); in GetValue() local3344 if (object_literal != NULL) { in GetValue()3345 DCHECK(object_literal->is_simple()); in GetValue()3346 if (object_literal->fast_elements()) { in GetValue()3351 result->set(kElementsSlot, *object_literal->constant_properties()); in GetValue()