Searched defs:isStatic (Results 1 – 3 of 3) sorted by relevance
| /napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/ |
| D | function.js | 209 function getFuncResult(name, funcType, values, ret, isStatic) { argument 215 isStatic: isStatic, property 232 function analyzeFunction(data, isStatic, name, values, ret, results, interfaceName = '') { argument
|
| /napi_generator/src/cli/dts2cpp/src/gen/analyze/ |
| D | function.js | 211 function getFuncResult(name, funcType, values, ret, isStatic) { argument 217 isStatic: isStatic, property 234 function analyzeFunction(data, isStatic, name, values, ret, results, interfaceName = '') { argument
|
| /napi_generator/test/unittest/ |
| D | generate.test.js | 134 let funParam = { name: 'if_direct', type: 1, value: valueFi, ret: 'string', isStatic: false }; property 140 … function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string', isStatic: false }], property 152 let funParam = { name: 'if_direct', type: 1, value: [valueFi], ret: 'string', isStatic: true }; property 158 function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string', isStatic: true }], property 209 isStatic: false, property 216 functions: [{isParentMember: false, isStatic: false, name: funcName, ret: retVal, type: 2, property 221 function: [{isParentMember: false, isStatic: false, name: funcName, ret: retVal, type: 2, property 264 isStatic: false, property 276 isStatic: false, property 288 isStatic: false, property [all …]
|