WALA/com.ibm.wala.cast.js.rhino
dolby-oss a9ec87f360 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.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4535 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2012-03-01 02:45:51 +00:00
..
.settings update Eclipse prefs 2012-01-06 21:24:07 +00:00
META-INF Split up ForInLoopRewriter in preparation for merging changes back into 2012-01-06 21:52:26 +00:00
source/com/ibm/wala 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
.classpath update to JUnit 4 2009-07-27 23:21:22 +00:00
.project separate Rhino-specific portions of javascript analysis 2009-07-16 18:09:54 +00:00
build.properties separate Rhino-specific portions of javascript analysis 2009-07-16 18:09:54 +00:00
build.xml switch to http url to make ant happy 2012-01-29 23:46:14 +00:00