FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/src/node_NodeDynamicProxyClass.h at master · ineo4j/node-java · GitHub
ineo4j
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-java
/
src
/
node_NodeDynamicProxyClass.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (26 loc) · 734 Bytes
Breadcrumbs
node-java
/
src
/
node_NodeDynamicProxyClass.h
Copy path
File metadata and controls
29 lines (26 loc) · 734 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
<jni.h>
/* Header for class node_NodeDynamicProxyClass */
#ifndef
_Included_node_NodeDynamicProxyClass
#define
_Included_node_NodeDynamicProxyClass
#ifdef
__cplusplus
extern
"C"
{
#endif
/*
* Class: node_NodeDynamicProxyClass
* Method: callJs
* Signature: (JLjava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
*/
JNIEXPORT
jobject
JNICALL
Java_node_NodeDynamicProxyClass_callJs
(
JNIEnv
*
,
jobject
,
jlong
,
jobject
,
jobjectArray
);
/*
* Class: node_NodeDynamicProxyClass
* Method: unref
* Signature: (J)V
*/
JNIEXPORT
void
JNICALL
Java_node_NodeDynamicProxyClass_unref
(
JNIEnv
*
,
jobject
,
jlong
);
#ifdef
__cplusplus
}
#endif
#endif
Back
|
FazBrowse Home
|
New Git URL