Edited Issue: Calling a function with a parameter in JScriptEngine [56]
I initialize my engine with the following lines:``` Dim engine As JScriptEngine engine = New JScriptEngine(WindowsScriptEngineFlags.EnableDebugging) engine.AddHostType("Console", GetType(Console))```I...
View ArticleCommented Issue: Calling a function with a parameter in JScriptEngine [56]
I initialize my engine with the following lines:``` Dim engine As JScriptEngine engine = New JScriptEngine(WindowsScriptEngineFlags.EnableDebugging) engine.AddHostType("Console", GetType(Console))```I...
View ArticleNew Post: redefining toString() - don't know what to expect
Hi Julien, In the test code above, the initial toString() call does not involve ClearScript at all. The "[object Undefined]" result makes sense; the script engine finds the built-in function on the...
View ArticleNew Post: Crash when writing to a property without setter
Hello Julien, We cannot reproduce the V8 crash with the test code above. The correct exception is delivered to the caller with or without a second GlobalMembers object added before the MissingSetter...
View ArticleEdited Issue: VBScript ByRef arguments cannot seem to get to work. [58]
Great Library, really helpful!I ran into one situation where we have some existing VBScripts, the have subroutines and functions that take ByRef scalar types such as ints, double and the values are...
View ArticleEdited Issue: By-reference arguments to VBScript functions do not work [58]
Great Library, really helpful!I ran into one situation where we have some existing VBScripts, the have subroutines and functions that take ByRef scalar types such as ints, double and the values are...
View ArticleNew Post: VBScript ByRef arguments cannot seem to get to work.
Greetings! By-reference arguments to VBScript functions are not currently supported. We'll use the work item you created to track this issue. Thanks for reporting it! In the meantime, you can create a...
View ArticleNew Post: Crash when writing to a property without setter
Same behaviour with the try/catch block. It crashes before the catch statement in my code. it still crashes in the same place (api.cc, line 2905), just after the ScriptException was thrown in the...
View ArticleNew Post: Crash when writing to a property without setter
Hi Julien, We've now reproduced the issue, and we'll post a fix shortly. You've helped us find some very tricky bugs. Thank you! EDIT: We couldn't reproduce the crash earlier because it's the result of...
View ArticleNew Post: Crash when writing to a property without setter
Yes the assert/check is only produced in debug. I mixed-up my first test somehow, I thought I was using release V8/ClearScript but it was the debug version.
View ArticleCreated Unassigned: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleCommented Unassigned: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleCommented Unassigned: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleEdited Unassigned: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleEdited Feature: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleCommented Feature: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleEdited Issue: Calling a function with a parameter in JScriptEngine [56]
I initialize my engine with the following lines:``` Dim engine As JScriptEngine engine = New JScriptEngine(WindowsScriptEngineFlags.EnableDebugging) engine.AddHostType("Console", GetType(Console))```I...
View ArticleEdited Issue: GlobalMember property not found (regression) [57]
when upgrading from 5.3.10 to 5.4, my unit tests fail when trying to find a globalmember property, in a particular case. Some unit tests are better than a long speech so here are the tests (only the...
View Article