search for: evalerror

Displaying 4 results from an estimated 4 matches for "evalerror".

2006 Nov 27
1
R.DLL mapping by P/Invoke
...,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_ParseVector(IntPtr str, int x, out RParseStatus result); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_tryEval(IntPtr exp, IntPtr env, out int evalError); //- R Symbols [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr Rf_install(string name); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = Cha...
2007 Oct 17
0
Using R.dll in .NET IPC
...,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_ParseVector(IntPtr str, int x, out RParseStatus result); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_tryEval(IntPtr exp, IntPtr env, out int evalError); //- R Symbols [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr Rf_install(string name); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = Cha...
2005 Dec 12
7
possible opera+prototype bug in evalscripts?
Hi all, I use the ajax updater with evalscripts=true. When I load HTML with included <script> tags, I get this error in Opera 8.51: ------------------- snip ----------------------------- http://ccml.uni-weimar.de/ Timeout thread: delay 10 ms Error: name: EvalError message: Statement on line 258: Illegal use of eval Backtrace: Line 258 of linked script http://ccml.uni-weimar.de/javascripts/prototype.js results.push(iterator(value, index)); Line 227 of linked script http://ccml.uni-weimar.de/javascripts/prototype.js iterator(value, index++); Line...
2006 Jan 29
0
BUG in PROTOTYPE when set evalScripts: true - Firefox crashes
...e must be a bug in prototype because when I call function firefox crashes and exit. I can''t even see Firefox javascript console. So I try it under Opera and Opera javascript Console show me this: http://localhost:8090/mysite/processSearch?pQuery=a Timeout thread: delay 10 ms Error: name: EvalError message: Statement on line 252: Illegal use of eval Backtrace: Line 252 of linked script http://localhost:8090/js/prototype.js results.push(iterator(value, index)); Line 221 of linked script http://localhost:8090/js/prototype.js iterator(value, index++); Line 414 of linked script http...