Kason Yang

Results 1 issues of Kason Yang

Values in WeakMap may leaks and causes SIGSEGV error. Reproduction example: ``` import * as std from 'std'; const weak1 = new WeakMap(); const weak2 = new WeakMap(); function createCyclicKey()...