Erko Püi

Results 1 issues of Erko Püi

build: ``` ./tools/build.py --jerry-heaplimit=2048 --jerry-profile=es2015-subset ``` Test code: test.js ``` var fs = require("fs") var http = require("http") var port = 8888 http.createServer(function(request, response) { console.log("Request for path: " +...