(nameMap, out)
| 109 | } |
| 110 | |
| 111 | printModuleEntry(nameMap, out) { |
| 112 | out.push(' '); |
| 113 | this.printFunction(nameMap, out); |
| 114 | out.push(';\n'); |
| 115 | } |
| 116 | |
| 117 | // Convert a type definition in this file to something that matches the type |
| 118 | // object in embind.js `registerType()`. |
no test coverage detected