Edited Unassigned: [BUG] Can no longer use object method "toString()" in...
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4. This is because the method "toString()" no longer binds to the method on the managed instance of the HostObject - this means that...
View ArticleEdited Unassigned: [BUG] Can no longer use object method "toString()" in...
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4, but some of our tests started failing. This is because the method "toString()" no longer binds to the method on the managed...
View ArticleEdited Issue: [BUG] Can no longer use object method "toString()" in 5.4.4 [98]
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4, but some of our tests started failing. This is because the method "toString()" no longer binds to the method on the managed...
View ArticleCommented Issue: [BUG] Can no longer use object method "toString()" in 5.4.4...
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4, but some of our tests started failing. This is because the method "toString()" no longer binds to the method on the managed...
View ArticleEdited Issue: [FIXED] Can no longer use object method "toString()" in 5.4.4 [98]
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4, but some of our tests started failing. This is because the method "toString()" no longer binds to the method on the managed...
View ArticleCommented Issue: [FIXED] Can no longer use object method "toString()" in...
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4, but some of our tests started failing. This is because the method "toString()" no longer binds to the method on the managed...
View ArticleCommented Issue: [FIXED] Can no longer use object method "toString()" in...
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4, but some of our tests started failing. This is because the method "toString()" no longer binds to the method on the managed...
View ArticleSource code checked in, #e3f641f1a19b00e19ef11c17785e25d9640ea0b5
Fixed native property hiding on V8 (Issue #98).
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, Any other debugger technique available in clearscript v8 engine other than remote debugging. Thanks and Regards Praveen Kumar N
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi Praveen, Using your test program, we've reproduced the issue on Windows 7 x64, but it's very intermittent, so we don't have a diagnosis at this time. As for alternate techniques, what are your...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, Thank you, exactly it is intermittent we have already implemented this debugger feature in our application. we are able to control execution line by line using pause resume feature, also scripts...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi Praveen, What are your requirements? Does it have to be line-by-line pause/resume? Do you only need execution control, or do you need other debugger capabilities (e.g., access to local variables,...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, Requirements Script execution control pause/resume(using this able show progress of script execution). we are using this feature to control execution not for debugging. Does it have to be...
View ArticleNew Post: Windows Form Freezes launching from script
Hi, I am launching windows form from script in event handler, form launched successfully and unable interact with form and form freezes. FileSystemWatcher _fileWatcher = new...
View ArticleNew Post: Windows Form Freezes launching from script
Hi Praveen, The problem is likely that you're showing the form on a worker thread instead of your application's UI thread. Try this: FileSystemWatcher _fileWatcher = new System.IO.FileSystemWatcher();...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi again, The debugger protocol is the only way to step through script code line-by-line. There may be other ways to do pause/resume, but it wouldn't be based on source line breakpoints, so you...
View ArticleNew Post: Windows Form Freezes launching from script
Hi, Thank you. it's working. Regards Praveen
View ArticleNew Post: Passing function as argument to c#
Hi, I am trying to pass java script function as parameter to c# function. I implement this using action delegate but throws invalid arguments exception.public class ScriptFunctions { ..//MainForm...
View ArticleNew Post: Passing function as argument to c#
Hi Praveen, The problem is that script functions aren't implicitly convertible to .NET delegates. They do support dynamic invocation, so you can do something like this:publicvoid LaunchWinForm(dynamic...
View ArticleNew Post: Potential Stackoverflow on Azure Web Apps
We're using ClearScript.v8 (via React.NET) in asp.net web apps hosted in Azure and we get intermittent seemingly random occurrences of "Unknown error; potential stack overflow detected" which is coming...
View Article