Class Types
Class | Summary |
---|---|
TestJsEngine |
A common interface to a JavaScript engine. Every JavaScript engine is
obtained from a Wyam.Common.JavaScript.IJavaScriptEnginePool and will be returned to the
pool when it is disposed. Therefore, you must dispose the engine when
you are done with it.
|