()
| 28 | // Flags: --expose-gc --allow-natives-syntax |
| 29 | |
| 30 | function clear_all_ics() { |
| 31 | %NotifyContextDisposed(); |
| 32 | gc(); |
| 33 | gc(); |
| 34 | gc(); |
| 35 | } |
| 36 | |
| 37 | |
| 38 | // Test: verify that a monomorphic call retains the structural knowledge |
no test coverage detected