Ejemplo n.º 1
0
 public static extern JsErrorCode JsCreateContext(JsRuntimeHandle runtime, out JsContextRef context);
Ejemplo n.º 2
0
 public static extern JsErrorCode JsDisposeRuntime(JsRuntimeHandle runtime);
Ejemplo n.º 3
0
 public static extern JsErrorCode JsCreateRuntime(JsRuntimeAttributes attributes, JsThreadServiceCallback threadService, out JsRuntimeHandle runtime);