RESOLVED FIXED125378
CStack Branch: Enable basic JavaScript functionality in LLInt
https://bugs.webkit.org/show_bug.cgi?id=125378
Summary CStack Branch: Enable basic JavaScript functionality in LLInt
Michael Saboff
Reported 2013-12-06 20:53:16 PST
This task is to allow simple javascript programs to run. For example: function foo(x) { return x+1 } print(foo(1))
Attachments
Patch (27.71 KB, patch)
2013-12-06 21:24 PST, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2013-12-06 21:24:12 PST
Created attachment 218648 [details] Patch This patch runs simple scripts. When it runs v8-crypto.js, it exits with an exit code of 0 at the line "rr = "0".charCodeAt(0);".
Michael Saboff
Comment 2 2013-12-06 21:43:36 PST
Note You need to log in before you can comment on or make changes to this bug.