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

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 Article



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

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

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

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


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

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

Image may be NSFW.
Clik here to view.

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


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


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

New Post: Crash when writing to a property without setter

Fix posted here.

View Article

New Post: redefining toString() - don't know what to expect

Fix posted here.

View Article

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


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

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


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

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


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

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 Article

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




Latest Images