(literal, value)
| 96 | assertKind(elements_kind.fast, obj); |
| 97 | |
| 98 | function fastliteralcase(literal, value) { |
| 99 | literal[0] = value; |
| 100 | return literal; |
| 101 | } |
| 102 | |
| 103 | function get_standard_literal() { |
| 104 | var literal = [1, 2, 3]; |
no outgoing calls
no test coverage detected