I'm testing V8 debug in Android 2.2. I got some question. After get 'StackFrame::Id', I think exception check is needed. but in Runtime.cc file, Runtime_GetScopeCount and some other functions haven't exception check routine. So, it cause browser forced terminating in Android. (terminating point is 'JavaScriptFrameIterator it(id)')
Is it a right that there is not exist exception check routine after get 'StackFrame::Id'? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
