File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,9 @@ declare module "ffi" {
5353 retType : Type ;
5454 /** The type of arguments. */
5555 argTypes : Type [ ] ;
56- abi : number ;
57-
5856 /** Is set for node-ffi functions. */
5957 ffi_type : NodeBuffer ;
60- /** The size in bytes required to hold this datatype. */
61- size : number ;
62- /** The current level of indirection of the buffer. */
63- indirection : number ;
64- /** To invoke when `ref.get` is invoked on a buffer of this type. */
65- get ( buffer : NodeBuffer , offset : number ) : any ;
66- /** To invoke when `ref.set` is invoked on a buffer of this type. */
67- set ( buffer : NodeBuffer , offset : number , value ) : void ;
68- /** The alignment of this datatype when placed inside a struct. */
69- alignment : number ;
58+ abi : number ;
7059
7160 /** Get a `Callback` pointer of this function type. */
7261 toPointer ( fn : ( ...args : any [ ] ) => any ) : NodeBuffer ;
You can’t perform that action at this time.
0 commit comments