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

New Post: Any plans for TypeScript support

I've seen developers trying to get TypeScript source code running natively inside ClearScript, but these efforts seem more like unofficial workarounds. For example, this StackOverflow thread from...

View Article



New Post: Any plans for TypeScript support

Hello sgammans, We have no plans to add explicit TypeScript support. Because TypeScript applications are compiled to plain JavaScript, ClearScript should be able to run them, at least via...

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

Created Unassigned: Exception when creating Dates in V8ScriptEngine [113]

Hello,I'm trying to create/parse date from a JS evaluate and return them as strings back into c# code as such:```using (var engine = new V8ScriptEngine()){ resultEval =...

View Article

Commented Unassigned: Exception when creating Dates in V8ScriptEngine [113]

Hello,I'm trying to create/parse date from a JS evaluate and return them as strings back into c# code as such:```using (var engine = new V8ScriptEngine()){ resultEval =...

View Article


Created Unassigned: Cannot access a disposed object Error [114]

I get a weird "Cannot access a disposed object." error which I cant track down for its evil root.Im stuck in not finding the cause and out of ideas.its going to be difficult to explain, but basically I...

View Article

Commented Issue: [BUG] Crash when calling Interrupt() at bad time [112]

Hello,we are having issues with a portion of code that basically provokes an exception in user code called by clearscript, and then calls Interrupt on the V8 engine.It always crashes. Isn't this...

View Article

Commented Issue: [BUG] Crash when calling Interrupt() at bad time [112]

Hello,we are having issues with a portion of code that basically provokes an exception in user code called by clearscript, and then calls Interrupt on the V8 engine.It always crashes. Isn't this...

View Article


Commented Unassigned: Cannot access a disposed object Error [114]

I get a weird "Cannot access a disposed object." error which I cant track down for its evil root.Im stuck in not finding the cause and out of ideas.its going to be difficult to explain, but basically I...

View Article


Commented Unassigned: Exception when creating Dates in V8ScriptEngine [113]

Hello,I'm trying to create/parse date from a JS evaluate and return them as strings back into c# code as such:```using (var engine = new V8ScriptEngine()){ resultEval =...

View Article

Commented Unassigned: Exception when creating Dates in V8ScriptEngine [113]

Hello,I'm trying to create/parse date from a JS evaluate and return them as strings back into c# code as such:```using (var engine = new V8ScriptEngine()){ resultEval =...

View Article

Commented Unassigned: Exception when creating Dates in V8ScriptEngine [113]

Hello,I'm trying to create/parse date from a JS evaluate and return them as strings back into c# code as such:```using (var engine = new V8ScriptEngine()){ resultEval =...

View Article

Commented Unassigned: Exception when creating Dates in V8ScriptEngine [113]

Hello,I'm trying to create/parse date from a JS evaluate and return them as strings back into c# code as such:```using (var engine = new V8ScriptEngine()){ resultEval =...

View Article


Commented Unassigned: Cannot access a disposed object Error [114]

I get a weird "Cannot access a disposed object." error which I cant track down for its evil root.Im stuck in not finding the cause and out of ideas.its going to be difficult to explain, but basically I...

View Article

New Post: Debugging hangs if an event handler for a UI element is set and...

Hi, I am using a modified version of node-inspector which is a V8-compatible debugger. I think this is a thread related issue because I made another test using delegates. Here is the related C# code:...

View Article


New Post: Debugging hangs if an event handler for a UI element is set and...

If you mean "call stack" by "stack trace", the following is the one I copied when the application hanged by using Ctrl-Break. [Managed to Native Transition]...

View Article

New Post: Debugging hangs if an event handler for a UI element is set and...

Hi again, With your application in the hung state, try attaching the Visual Studio debugger (Debug -> Attach to Process), selecting both Native and Managed (v4.x) debugging modes. With Visual Studio...

View Article


New Post: Debugging hangs if an event handler for a UI element is set and...

And here are the threads. I hope this is what you want. Not Flagged 13452 0 Worker Thread <No Name> Highest Not Flagged 11228 6 Worker Thread vshost.RunParkingWindow [Managed to Native...

View Article

New Post: Debugging hangs if an event handler for a UI element is set and...

Ah, thanks for posting that call stack, but it looks like the deadlock is in ClearScript or V8's native code. Can you post a mixed (native + managed) call stack? A native-only one could provide a clue...

View Article

New Post: Debugging hangs if an event handler for a UI element is set and...

ntdll.dll!776ac27c() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] KernelBase.dll!75002cc7() KernelBase.dll!75002c02() v8-ia32.dll!0f41e03a() v8-ia32.dll!0f37195c()...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images