It would be nice if WebKit had classes to interact with the Javascript runtime.
Conversation
It does for many cases—what are you trying to do?
1
nothing yet, was just looking at the docs and didn't notice JS classes - maybe I missed it
1
Replying to
Check out JavaScriptCore—in particular JSContext.h and JSValue.h.
Replying to
thanks man - happen to know it it's feasible to run several million JS contexts at once?
3
that is, JS VMs that can't see one another's memory directly
1
Show replies

