Edited Feature: [FEATURE] Support for specifying host method arguments by...
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.
View ArticleEdited Feature: [FEATURE] C# direct access to TypedArray data [83]
I have a need to pass large amounts of data back and forth between JavaScript and C#. Ideally I would like to create a Float32Array in JavaScript and then access it as a native array or byte array in...
View ArticleEdited Feature: [FEATURE] Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.
View ArticleEdited Feature: [FEATURE] Generic binding hook [77]
A way for the client to hook into the member binding process might be a useful addition to ClearScript. It would allow the client to transform member names, modify argument lists, secure access to...
View ArticleEdited Feature: [FEATURE] Permissions support [37]
ClearScript would benefit from Jint-like permissions support, which gives hosts precise control over script sandboxing.
View ArticleEdited Feature: [FEATURE] Add support for Windows script engine cloning [35]
The `IActiveScript::Clone` method can be used by multithreaded hosts to set up per-thread engine instances. This is a powerful capability that could greatly enhance the use of Windows script engines on...
View ArticleEdited Feature: [FEATURE] Add support for Windows script engine cloning [35]
The `IActiveScript::Clone` method can be used by multithreaded hosts to set up per-thread engine instances. This is a powerful capability that could greatly enhance the use of Windows script engines on...
View ArticleCreated Issue: [BUG] Script execution blocks V8 script item finalization [86]
The V8 script item finalizer currently requires a V8 runtime lock. If the runtime is executing a long-running script, it can block the finalization thread and cause out-of-control memory consumption...
View ArticleNew Post: memory leak when passing javascript object to managed code
Hi Tom, We've looked into this some more and found a serious bug. We're testing a fix that'll make explicit disposal of script items unnecessary, eliminate the GC.WaitForPendingFinalizers() deadlock,...
View ArticleNew Post: US-CERT: Vulnerability in the V8 JavaScript engine...
Thank you for details... Regards, Max
View ArticleCreated Unassigned: Exception when calling ToString() on Primitive Object [87]
I am trying to call ToString() on an int object and I am getting the following exceptionAn unhandled exception of type 'Microsoft.ClearScript.ScriptEngineException' occurred in...
View ArticleCommented Unassigned: Exception when calling ToString() on Primitive Object [87]
I am trying to call ToString() on an int object and I am getting the following exceptionAn unhandled exception of type 'Microsoft.ClearScript.ScriptEngineException' occurred in...
View ArticleEdited Issue: V8 debugging host is silent [85]
I have a similar issue as was described by one member in June 10: I cannot connect to V8 host to debug some code.I launch the application with _V8ScriptEngineFlags.EnableDebugging_ flag. When I connect...
View ArticleCommented Issue: V8 debugging host is silent [85]
I have a similar issue as was described by one member in June 10: I cannot connect to V8 host to debug some code.I launch the application with _V8ScriptEngineFlags.EnableDebugging_ flag. When I connect...
View ArticleCommented Unassigned: Exception when calling ToString() on Primitive Object [87]
I am trying to call ToString() on an int object and I am getting the following exceptionAn unhandled exception of type 'Microsoft.ClearScript.ScriptEngineException' occurred in...
View ArticleCommented Unassigned: Exception when calling ToString() on Primitive Object [87]
I am trying to call ToString() on an int object and I am getting the following exceptionAn unhandled exception of type 'Microsoft.ClearScript.ScriptEngineException' occurred in...
View ArticleCreated Unassigned: Could not load file or assembly 'ClearScriptV8-32' or one...
Hi,I am getting "Could not load file or assembly 'ClearScriptV8-32' or one of its dependencies. An attempt was made to load a program with an incorrect format." exception while using ClearScriptV8 for...
View ArticleEdited Issue: Restricted access to non-public accessors of public properties...
Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...
View ArticleEdited Feature: Enable simplified syntax for accessing default members [50]
ClearScript doesn't provide any syntactic shortcuts for accessing default members.This is particularly noticeable with indexers, which currently must be accessed by name. For example, host dictionary...
View ArticleEdited Issue: 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