Searched defs:body (Results 1 – 7 of 7) sorted by relevance
/napi_generator/src/gen/ |
D | analyze.js | 110 body: analyzeNamespace(namespaceData) property 124 body: {} property 139 body: functionBody property 153 body: exportBody property 167 body: exportBody property
|
/napi_generator/src/gen/analyze/ |
D | namespace.js | 82 body: analyzeNamespace(namespaceBody) property 110 body: analyzeEnum(enumBody.substring(1, enumBody.length - 1)) property 122 body: re.getReg(data, matchs.regs[2]) property 138 body: re.getReg(data, matchs.regs[3]) property 151 body: typeBody property 270 body: bodyObj property
|
D | interface.js | 31 body: analyzeInterface(interfaceBody, rsltInterface) property
|
D | function.js | 105 body: analyzeSubInterface(interfaceBody) property 145 body: analyzeSubInterface(interfaceBody) property
|
/napi_generator/test/unittest/ |
D | tools.test.js | 113 enum: [{name:"HttpStatus",body:{element:enumElement,function:[],enumValueType:0}}], property 128 enum: [{name:"HttpStatus",body:{element:enumElement,function:[],enumValueType:0}}], property
|
D | generate.test.js | 399 … enum: [{ name: "TestEnum", body: { element: enumElement, function: [], enumValueType: 0 } }], property 402 interface: [{ name: "TestInterface", body: interfaceBody }], property 416 "body": { property
|
/napi_generator/src/gen/tools/ |
D | tool.js | 50 function checkOutBody(body, off, flag, binside) { argument
|