JS backend: prepare long.js for use in translator

This commit is contained in:
Michael Nedzelsky
2014-09-25 12:02:29 +04:00
parent f42d7319a5
commit d1d722546e
5 changed files with 794 additions and 761 deletions
@@ -173,6 +173,7 @@ public final class RhinoUtils {
runFileWithRhino(getKotlinLibFile(version), context, scope);
runFileWithRhino(pathToTestFilesRoot() + "kotlin_lib.js", context, scope);
runFileWithRhino(pathToTestFilesRoot() + "maps.js", context, scope);
runFileWithRhino(pathToTestFilesRoot() + "long.js", context, scope);
runFileWithRhino(pathToTestFilesRoot() + "jshint.js", context, scope);
for (String jsLibrary : jsLibraries) {
runFileWithRhino(jsLibrary, context, scope);