()
| 22 | |
| 23 | |
| 24 | def GetRandomObject(): |
| 25 | return random.choice([ |
| 26 | "0", "1", "2.5", "0x1000", "\"string\"", "{foo: \"bar\"}", "[1, 2, 3]", |
| 27 | "function() { return 0; }" |
| 28 | ]) |
| 29 | |
| 30 | |
| 31 | g_var_index = 0 |
no outgoing calls
no test coverage detected
searching dependent graphs…