WALA/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test
dolby d0d1ff1a2b Merge branch 'master' of https://github.com/wala/WALA.git 2012-07-03 19:22:37 -04:00
..
CAstDumper.java Some final fixes to the for-in body extractor; it now seems to work as 2012-02-08 15:35:32 +00:00
JSCallGraphBuilderUtil.java Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system. 2012-03-01 02:45:51 +00:00
JavaScriptTestPlugin.java Some more tests. 2012-01-06 21:41:57 +00:00
TestAjaxsltCallGraphShape.java introduce CGBuilderType enum, related refactorings 2012-02-17 20:22:14 +00:00
TestArgumentSensitivity.java comment out manual enabling of CG dumps; we really need a better solution here 2012-07-03 15:55:02 -07:00
TestCorrelatedPairExtraction.java When extracting correlated pairs, check that the extraction region does 2012-02-17 20:25:39 +00:00
TestForInBodyExtraction.java When extracting correlated pairs, check that the extraction region does 2012-02-17 20:25:39 +00:00
TestForInLoopHack.java refactoring: rename some Util classes 2012-02-17 20:21:59 +00:00
TestJQueryExamples.java don't run the jquery test as part of the standard regression; we don't scale yet 2012-07-03 15:07:20 -07:00
TestJSCallGraphShape.java refactoring: rename some Util classes 2012-02-17 20:21:59 +00:00
TestMediawikiCallGraphShape.java fix some compile errors 2012-02-17 20:24:32 +00:00
TestMozillaBugPages.java refactoring: rename some Util classes 2012-02-17 20:21:59 +00:00
TestSimpleCallGraphShape.java comment out manual enabling of CG dumps; we really need a better solution here 2012-07-03 15:55:02 -07:00
TestSimplePageCallGraphShape.java Merge branch 'master' of https://github.com/wala/WALA.git 2012-07-03 19:22:37 -04:00
TestWebUtil.java Some more tests. 2012-01-06 21:41:57 +00:00