WALA/com.ibm.wala.cast.js
dolby-oss 44e7a02ac3 improve handling of binary expressions
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4544 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2012-03-08 17:35:04 +00:00
..
.launchConfigurations launch configurations for download scripts 2007-02-08 20:35:39 +00:00
.settings update code formatting for Eclipse 3.6 2011-02-03 15:14:47 +00:00
META-INF Split up ForInLoopRewriter in preparation for merging changes back into 2012-01-06 21:52:26 +00:00
dat 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
source/com/ibm/wala/cast/js improve handling of binary expressions 2012-03-08 17:35:04 +00:00
.classpath 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
.cvsignore Initial contribution of core script analysis code 2007-02-02 17:25:09 +00:00
.project fix an Eclipse warning 2007-02-09 10:05:51 +00:00
build.properties minor cleanups 2009-03-09 17:59:09 +00:00
build.xml move code related to validator.nu HTML parser to a separate project 2012-01-05 19:58:35 +00:00