(...args)
| 9698 | }; |
| 9699 | |
| 9700 | const __ptrAddSelf = function(...args){ |
| 9701 | return __ptrAdd(this.pointer,...args); |
| 9702 | }; |
| 9703 | |
| 9704 | if(!SBF.debugFlags){ |
| 9705 | SBF.__makeDebugFlags = function(deriveFrom=null){ |
nothing calls this directly
no test coverage detected