WALA/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator
Manu Sridharan 1d06b2f764 organize imports 2013-01-22 15:42:04 -08:00
..
JSAstTranslator.java organize imports 2013-01-22 15:42:04 -08:00
JSConstantFoldingRewriter.java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
JavaScriptCAstNode.java fixes for JavaScript for Anders 2009-01-27 17:40:11 +00:00
JavaScriptLoopUnwindingTranslatorFactory.java move loop unrolling code to wala from Miniatur/MemSAT 2012-10-03 10:53:04 -04:00
JavaScriptTranslatorFactory.java javadoc, formatting 2011-04-20 22:31:27 +00:00
JavaScriptTranslatorToCAst.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
PropertyReadExpander.java move loop unrolling code to wala from Miniatur/MemSAT 2012-10-03 10:53:04 -04:00
RangePosition.java extensions to HTML file source position tracking 2012-05-08 14:03:43 -04:00