New Post: How to Pause and Play the [V8ScriptEngine.Execute] of script
How to Pause and Play the [V8ScriptEngine.Execute] of script. Link to any simple example will be better.
View ArticleNew Post: How to Pause and Play the [V8ScriptEngine.Execute] of script
Unfortunately ClearScript provides no way to pause and resume script execution. You can use ScriptEngine.Interrupt() to terminate a runaway script.
View ArticleNew Post: Reuse script engine instance
Dear Sirs, I wonder what would be your advice on how to implement reuse of JScriptEngine instance or is it at all advisable. Given that assemblies, types and libraries of helper scripts are all the...
View ArticleNew Post: Reuse script engine instance
Hello MW, It's certainly possible to execute multiple scripts sequentially within a given script engine instance, and no unloading is necessary in between. However, a malicious or buggy script could...
View ArticleUpdated Wiki: Home
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 VBScript.FeaturesSimple usage; create a...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: If we can access named argument from script like...
View ArticleEdited Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: That would be nice; unfortunately it isn't valid...
View ArticleNew Post: Usage of ES6 with ClearScript
Hello, is there a way to use the EcmaScript6 functionalities with ClearScript? Thanks a lot and keep up the good work, amazing library :-)
View ArticleNew Post: Usage of ES6 with ClearScript
Greetings and thanks for your kind words! Unfortunately JScript doesn't support ECMAScript 6, and that isn't likely to change in the future. V8 on the other hand already supports some ECMAScript 6...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: Hi, Object literal syntax should be a nice...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: Hi Ram, >Object literal syntax should be a...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: Hi, > alias "host.args" down to a single...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: Hi, I feel this is good approach. also I don't...
View ArticleCreated Unassigned: V8 Debug agent not functioning? [82]
A basic test using "telnet 127.0.0.1 9222" gives:```Type:connectV8-Version:3.30.33.16Protocol-Version:1Embedding-Host:CodeToolsContent-Length:0```Then...
View ArticleCommented Unassigned: V8 Debug agent not functioning? [82]
A basic test using "telnet 127.0.0.1 9222" gives:```Type:connectV8-Version:3.30.33.16Protocol-Version:1Embedding-Host:CodeToolsContent-Length:0```Then...
View ArticleCommented Unassigned: V8 Debug agent not functioning? [82]
A basic test using "telnet 127.0.0.1 9222" gives:```Type:connectV8-Version:3.30.33.16Protocol-Version:1Embedding-Host:CodeToolsContent-Length:0```Then...
View ArticleNew Post: ClearScript and JStat
Hi, Is it unwise to use a javascript statistical library like JStat with ClearScript? I'm trying to avoid using R, and since I'm already using ClearScript in my application I thought this might be a...
View ArticleCommented Unassigned: V8 Debug agent not functioning? [82]
A basic test using "telnet 127.0.0.1 9222" gives:```Type:connectV8-Version:3.30.33.16Protocol-Version:1Embedding-Host:CodeToolsContent-Length:0```Then...
View Article