WALA/com.ibm.wala.cast.js.html.n...
Marcel Bruch 7c2d18cd58 [releng] added preliminary maven tycho build support 2013-04-29 13:13:22 +02: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 Set all projects to build against Java 6; no semantic change. Fixes #20 2013-04-10 16:01:27 -07:00
src/com/ibm/wala/cast/js/html/nu_validator changes to Web source mapping to exploit rhino 1.7R3 source offsets 2012-05-08 13:17:01 -04:00
tests/com/ibm/wala/cast/js/test initial commit 2012-01-05 19:55:16 +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
.project initial commit 2012-01-05 19:55:16 +00:00
build.properties initial commit 2012-01-05 19:55:16 +00:00
build.xml complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
pom.xml [releng] added preliminary maven tycho build support 2013-04-29 13:13:22 +02:00