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

New Post: Parallel / web workers

I'm not sure about the web workers (but I don't think they're already available). Have you already considered using a pool of active ClearScript engines, so to avoid recreating engines at every new...

View Article



New Post: Parallel / web workers

Greetings! V8 doesn't support (and actually blocks) concurrent access to a given runtime, but the application can spin up multiple runtimes and access them concurrently. Windows script engines are...

View Article

New Post: Increasing memory during V8 usage

ClearScript wrote: Hello querdenker, It doesn't look like you're doing anything wrong. Can you say any more about the sort of work your scripts are doing? Some general suggestions:​ Make sure you're...

View Article

New Post: Increasing memory during V8 usage

Hi again,​ i can't check every script, that is executed by the users​ If you're executing unknown or untrusted scripts, please note that a buggy or malicious script can easily corrupt the environment...

View Article

New Post: Increasing memory during V8 usage

ClearScript wrote: Hi again,​ i can't check every script, that is executed by the users​ If you're executing unknown or untrusted scripts, please note that a buggy or malicious script can easily...

View Article


New Post: Demo of how to debug V8 via SignalR

Hey guys! First off I'd like to say awesome work on ClearScript! Second is that I've got an example of live-in-browser script debugging via ClearScript V8 and SignalR. It simply lets you write some JS...

View Article

New Post: Demo of how to debug V8 via SignalR

Hi, this looks great. I will definitely give it a spin later today, thank you very much for the effort! Kudos for taking the effort to implement the debugger protocol :)

View Article

New Post: Demo of how to debug V8 via SignalR

Nice work, Oceanswave! Thanks for sharing.

View Article


New Post: Promises with V8

Is there support for Promises/A like promises with Clearscript V8? (Chrome 32 has native support for promises, so I am assuming V8 does as well since chrome uses V8) Or if not, how does one use When.js...

View Article


New Post: Promises with V8

Hi Shrainik, ClearScript's current release has been tested with V8 3.24, which doesn't have built-in promises enabled by default. Unfortunately neither does V8 3.26, which is the target for...

View Article

New Post: Promises with V8

The external implementation which I could find being closest to Promises/A proposal was task.js. But that relies on generators, which is again something which V8 3.24 doesn't support. Any other...

View Article

New Post: .Net Default Property Recognition

From my testing so far I've noticed that default properties are not being recognized as such when added to the script engine context via some object - take a look at Item property of Dictionary for...

View Article

New Post: Promises with V8

Hi again,Lie is one possibility. Using it with ClearScript requires no modifications and only minor setup:// setup engine.Execute(@" self = this; setTimeout = function (func, delay) { // add code here...

View Article


New Post: .Net Default Property Recognition

Hi maxshakirov,​ Is there any way you could add a support for a default property recognition to the script engine?​ Could you please clarify your expectations for this feature? That is, how would you...

View Article

New Post: .Net Default Property Recognition

The expectation is the same as it is in the .Net framework. Consider following example:Using engine As New V8ScriptEngine(V8ScriptEngineFlags.DisableGlobalMembers, V8ScriptEngineFlags.EnableDebugging,...

View Article


New Post: Promises with V8

Thanks! Let me try this out.

View Article

New Post: Scaling V8

Hi Again, I am working on a project which would require a lot separate javascript execution contexts. Right now I am using V8 Runtime and am creating multiple engines inside it for each JS Execution...

View Article


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

New Post: .Net Default Property Recognition

Hi maxshakirov, Thanks for clarifying. Your feature request seems reasonable; we're tracking it here. Cheers!

View Article

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




Latest Images