File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,15 +328,15 @@ var LibraryEmVal = {
328
328
329
329
_emval_as_int64__deps : [ '$Emval' , '$requireRegisteredType' ] ,
330
330
_emval_as_int64__sig : 'jpp' ,
331
- _emval_as_int64 : function ( handle , returnType , destructorsRef ) {
331
+ _emval_as_int64 : function ( handle , returnType ) {
332
332
handle = Emval . toValue ( handle ) ;
333
333
returnType = requireRegisteredType ( returnType , 'emval::as' ) ;
334
334
return returnType [ 'toWireType' ] ( null , handle ) ;
335
335
} ,
336
336
337
337
_emval_as_uint64__deps : [ '$Emval' , '$requireRegisteredType' ] ,
338
338
_emval_as_uint64__sig : 'jpp' ,
339
- _emval_as_uint64 : function ( handle , returnType , destructorsRef ) {
339
+ _emval_as_uint64 : function ( handle , returnType ) {
340
340
handle = Emval . toValue ( handle ) ;
341
341
returnType = requireRegisteredType ( returnType , 'emval::as' ) ;
342
342
return returnType [ 'toWireType' ] ( null , handle ) ;
You can’t perform that action at this time.
0 commit comments