예제 #1
0
 public static extern JsErrorCode JsCreateContext(JsRuntimeHandle runtime, out JsContextRef context);
예제 #2
0
 public static extern JsErrorCode JsDisposeRuntime(JsRuntimeHandle runtime);
예제 #3
0
 public static extern JsErrorCode JsCreateRuntime(JsRuntimeAttributes attributes, JsThreadServiceCallback threadService, out JsRuntimeHandle runtime);