Source code checked in, #a453fe935c7f30b8285ca6d9a34bf2165b4b7805
Version 5.4.6: Expanded canonical reference support to all equatable value types; fixed a bug preventing assembly-qualified type names from being used with ScriptEngine.AddHostType(); fixed double...
View ArticleReleased: ClearScript 5.4 (Oct 22, 2014)
5.4.6Expanded canonical reference support to all equatable value types. Fixed host-side and cross-engine assignment of VBScript class object properties (Issue #104).Fixed a bug preventing...
View ArticleUpdated Release: ClearScript 5.4 (Oct 22, 2014)
5.4.6Expanded canonical reference support to all equatable value types.Fixed host-side and cross-engine assignment of VBScript class object properties (Issue #104).Fixed a bug preventing...
View ArticleUpdated Wiki: Announcements
5/29/2016: Version 5.4.6 released. View the release notes and download the source code here. 3/10/2016: Version 5.4.5 released. View the release notes and download the source code here. 12/8/2015:...
View ArticleUpdated Wiki: Documentation
Documentation To learn more about ClearScript: Check out the ClearScript tutorial: [Word], [PDF].Browse the ClearScript Library Reference: [Cannot resolve file macro, invalid file name or id.]. Save...
View ArticleUpdated Wiki: Documentation
Documentation To learn more about ClearScript: Check out the ClearScript tutorial: [Word], [PDF].Browse the ClearScript Library Reference: [Reference.chm]. Save this file before opening it. If you get...
View ArticleEdited Issue: [FIXED] Repeated method call [105]
It looks like calling a JavaScript function from c# with an implicit this object will be executed twice if an exception ist thrown during execution.It is possible to work around this issue via explicit...
View ArticleCommented Issue: [FIXED] Repeated method call [105]
It looks like calling a JavaScript function from c# with an implicit this object will be executed twice if an exception ist thrown during execution.It is possible to work around this issue via explicit...
View ArticleEdited Issue: [FIXED] Double execution of cross-engine VBScript calls that...
got one more cross-engine issue.an error raised by scriptengine (b) which was invoked by another scriptengine (a), doesn't make it to scriptengine (a) and properly back to the origin calle in the...
View ArticleCommented Issue: [FIXED] Double execution of cross-engine VBScript calls that...
got one more cross-engine issue.an error raised by scriptengine (b) which was invoked by another scriptengine (a), doesn't make it to scriptengine (a) and properly back to the origin calle in the...
View ArticleEdited Issue: [FIXED] Double execution of cross-engine VBScript calls that...
got one more cross-engine issue.an error raised by scriptengine (b) which was invoked by another scriptengine (a), doesn't make it to scriptengine (a) and properly back to the origin calle in the...
View ArticleEdited Issue: [FIXED] Repeated method call [105]
It looks like calling a JavaScript function from c# with an implicit this object will be executed twice if an exception ist thrown during execution.It is possible to work around this issue via explicit...
View ArticleEdited Issue: [FIXED] Memory leak with shared V8 runtimes [107]
Repeated calls to `V8Runtime.CreateScriptEngine` make the runtime's heap grow even if the engine instances are disposed immediately. This is because the `V8ContextImpl` destructor neglects to to...
View ArticleEdited Issue: [FIXED] Put Property Bug [104]
Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...
View ArticleUpdated Wiki: Home
Version 5.4.6 released. More...Description ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and...
View ArticleCommented Issue: [FIXED] Repeated method call [105]
It looks like calling a JavaScript function from c# with an implicit this object will be executed twice if an exception ist thrown during execution.It is possible to work around this issue via explicit...
View ArticleCommented Issue: [FIXED] Double execution of cross-engine VBScript calls that...
got one more cross-engine issue.an error raised by scriptengine (b) which was invoked by another scriptengine (a), doesn't make it to scriptengine (a) and properly back to the origin calle in the...
View ArticleClosed Issue: [FIXED] Double execution of cross-engine VBScript calls that...
got one more cross-engine issue.an error raised by scriptengine (b) which was invoked by another scriptengine (a), doesn't make it to scriptengine (a) and properly back to the origin calle in the...
View ArticleClosed Issue: [FIXED] Repeated method call [105]
It looks like calling a JavaScript function from c# with an implicit this object will be executed twice if an exception ist thrown during execution.It is possible to work around this issue via explicit...
View ArticleClosed Issue: [FIXED] Put Property Bug [104]
Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...
View Article