Edited Issue: Removing nuget package doesnt remove post build event [40]
I installed the nuget package and then removed it. Seems to have left behind the post build event command lines. Booo :(
View ArticleEdited Issue: ClearScript not finding function added dynamically to window...
ClearScript apparently can't find a function added dynamically to the window object.In a regular html file, I can call "var passwordAnalysis = zxcvbn($(this).val(), penalties);" just fine.However, I am...
View ArticleEdited Issue: Class Variable passed byval is adjusted in Sub [28]
Passing a variable (Class) to a sub and using the passed variable to make changes results in the calling routine having its copy adjusted suggesting that BYVAL is not being used for Class...
View ArticleEdited Issue: Overload resolution not working with indexed property [25]
When an class have overloaded indexed property,overload resolution with the property does not work.class definition (C#)```public class MyDictionary{ public Object this[Int32 index]{ get { return...
View ArticleEdited Issue: What the AccessContext is for and why V8ScriptEngine with name?...
Hello ClearScript,Two question about object design and purpose:1.) What the property AccessContext of the V8ScriptEngine is for? It looks promising but I can't see any usage of this at the moment.2.)...
View ArticleEdited Issue: Influence the available commands while execution [21]
Hi ClearScript,when I execute JavaScript code I have to add objects, types etc. before I call execute. The JavaScript code itself has not influence which objects or types are available.But what I want...
View ArticleEdited Issue: can this work inside a winRT "metro" C# application? [10]
can this work inside a winRT "metro" C# application?
View ArticleEdited Task: Package restore not working [41]
Add the nuget package for Clearscript V8 to a solution, build solution this completes with no errors.Remove folder packages\ClearScript.V8.5.3.10.0, build solution this restores and completes with no...
View ArticleEdited Task: can this work inside a winRT "metro" C# application? [10]
can this work inside a winRT "metro" C# application?
View ArticleEdited Task: Influence the available commands while execution [21]
Hi ClearScript,when I execute JavaScript code I have to add objects, types etc. before I call execute. The JavaScript code itself has not influence which objects or types are available.But what I want...
View ArticleEdited Task: What the AccessContext is for and why V8ScriptEngine with name?...
Hello ClearScript,Two question about object design and purpose:1.) What the property AccessContext of the V8ScriptEngine is for? It looks promising but I can't see any usage of this at the moment.2.)...
View ArticleEdited Issue: Package restore not working [41]
Add the nuget package for Clearscript V8 to a solution, build solution this completes with no errors.Remove folder packages\ClearScript.V8.5.3.10.0, build solution this restores and completes with no...
View ArticleSource code checked in, #19bc6944c314779ddfe03bcaafa1649785d57a2d
Overhauled ClearScriptV8 string usage to fix Issue #42 and improve performance.
View ArticleNew Post: Null characters in strings not passed between host and script
Ron, The fix is now available. Thanks again!
View ArticleNew Post: Very simple app - apparent memory leak
Hi, sorry for taking so long to come back to this - I had to spend a couple of weeks on something else and didn't get back to this office. It looks like that has cured the problem. Will test further...
View ArticleNew Post: Very simple app - apparent memory leak
Thanks for following up, Simon! Please let us know if you run into further issues.
View ArticleCreated Unassigned: Fatal error in heap setup, Allocation failed - process...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleCommented Unassigned: Fatal error in heap setup, Allocation failed - process...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleCommented Unassigned: Fatal error in heap setup, Allocation failed - process...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleEdited Issue: Fatal error in heap setup, Allocation failed - process out of...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View Article