WALA/com.ibm.wala.cast.js
Julian Dolby 026f04cbfc get more error information from Rhino 2013-11-26 17:20:16 -05:00
..
.launchConfigurations launch configurations for download scripts 2007-02-08 20:35:39 +00:00
.settings Set all projects to build against Java 6; no semantic change. Fixes #20 2013-04-10 16:01:27 -07:00
META-INF refactoring to integrate field-based cg builders with Eclipse-based 2013-08-05 14:35:41 -04:00
dat make some prototype function names more explicit 2013-08-29 10:18:05 -04:00
source/com/ibm/wala/cast/js get more error information from Rhino 2013-11-26 17:20:16 -05: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 Variety of changes to JS front end. 2013-04-09 15:47:22 -07:00
build.properties fixed classpath, added jericho jar to classpath 2013-04-29 13:18:36 +02:00
build.xml Fixing project names in Ant build files. 2013-07-19 13:11:16 +08:00
pom.xml use maven-dependency plugin to copy dependencies 2013-05-30 14:44:00 -07:00