Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

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 Article



New 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 Article

New 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 Article

New 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 Article

Updated 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 Article


Commented 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 Article

Edited 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 Article

Commented 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 Article


New 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 Article


New 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 Article

New Post: Usage of ES6 with ClearScript

Sounds great, thanks for the pointer!

View Article

Commented 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 Article

Commented 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 Article


Commented 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 Article

Commented 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 Article


Created 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

Commented 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


Commented 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

New 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 Article

Commented 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
Browsing all 2297 articles
Browse latest View live




Latest Images