Updates:
        Status: Invalid

Comment #5 on issue 2244 by [email protected]: Undefined Error
http://code.google.com/p/v8/issues/detail?id=2244

I was able to reproduce the issue. Looking at the source code, it seems that in the function

        function view_goods(g_no){
                document.view_form.g_no.value=g_no;
                document.view_form.submit();
        }

document.view_form seems to evaluate to undefined. This seems to be a bindings issue, and not caused by V8. Please report this issue to http://code.google.com/p/android/issues/



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to