(obj, options = null)
| 367 | // if it is set, __sig is checked for functions and error is reported |
| 368 | // if <function name>__sig is missing |
| 369 | function addToLibrary(obj, options = null) { |
| 370 | mergeInto(LibraryManager.library, obj, options); |
| 371 | } |
| 372 | |
| 373 | let structs = {}; |
| 374 | let defines = {}; |
no test coverage detected