WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
125378
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Committed
r160267
: <
http://trac.webkit.org/changeset/160267
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug