ppflower

Results 4 comments of ppflower

在我这里只有新创建的文件被保存的时候才会发生这种问题。cmd/ctrl+s保存完接着编辑的时候所有的窗口都会出现delete键删除不正常的问题。

By the way, I was using method `makeCGBuilder` defined in class `com.ibm.wala.cast.js.nodejs.NodejsCallGraphBuilderUtil` when the problem occurred. Now I find that the callgraph built from class `com.ibm.wala.cast.js.util.FieldBasedCGUtil` can correctly reference those...

@msridhar Thanks for replying. Now I understand what happened. It seems that when WALA handles javascript function dispatch, it relies on the concrete heap object to decide the target method....