コード例 #1
0
 public static extern JsErrorCode JsGetRuntime(JsContextRef context, out JsRuntimeHandle runtime);
コード例 #2
0
 public static extern JsErrorCode JsSetContextData(JsContextRef context, IntPtr data);
コード例 #3
0
 public static extern JsErrorCode JsGetContextOfObject(JsValueRef @object, out JsContextRef context);
コード例 #4
0
 public static extern JsErrorCode JsSetCurrentContext(JsContextRef context);
コード例 #5
0
 public static extern JsErrorCode JsGetCurrentContext(out JsContextRef currentContext);
コード例 #6
0
 public static extern JsErrorCode JsCreateContext(JsRuntimeHandle runtime, out JsContextRef newContext);