コード例 #1
0
ファイル: ProxyLoader.cs プロジェクト: killf/v8dotnet
 public static extern HandleProxy* CreateFunctionInstance(NativeFunctionTemplateProxy* functionTemplateProxy, Int32 objId, Int32 argCount = 0, HandleProxy** args = null);
コード例 #2
0
ファイル: ProxyLoader.cs プロジェクト: killf/v8dotnet
 public static extern void SetFunctionTemplateProperty(NativeFunctionTemplateProxy* proxy, string name, HandleProxy* value, V8PropertyAttributes attributes = V8PropertyAttributes.None);
コード例 #3
0
ファイル: ProxyLoader.cs プロジェクト: killf/v8dotnet
 public static extern HandleProxy* GetFunction(NativeFunctionTemplateProxy* functionTemplateProxy);
コード例 #4
0
ファイル: ProxyLoader.cs プロジェクト: killf/v8dotnet
 public static extern void* GetFunctionPrototypeTemplateProxy(NativeFunctionTemplateProxy* functionTemplateProxy);
コード例 #5
0
ファイル: ProxyLoader.cs プロジェクト: killf/v8dotnet
 public static extern NativeObjectTemplateProxy* GetFunctionInstanceTemplateProxy(NativeFunctionTemplateProxy* functionTemplateProxy);
コード例 #6
0
ファイル: ProxyLoader.cs プロジェクト: killf/v8dotnet
 public static extern void DeleteFunctionTemplateProxy(NativeFunctionTemplateProxy* functionTemplateProxy);
コード例 #7
0
ファイル: ProxyLoader.cs プロジェクト: rjamesnw/v8dotnet
 public static unsafe extern HandleProxy* CreateFunctionInstance(NativeFunctionTemplateProxy* functionTemplateProxy, Int32 objID, Int32 argCount, HandleProxy** args);