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