Searched refs:getFuncParaType (Results 1 - 3 of 3) sorted by relevance
/napi_generator/src/cli/dts2cpp/src/gen/analyze/ |
H A D | function.js | 66 function getFuncParaType(v, interfaceName, data, results) { function 79 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 93 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 266 v = getFuncParaType(v, res.interfaceName, data, results); 283 getFuncParaType,
|
/napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/ |
H A D | function.js | 66 function getFuncParaType(v, interfaceName, data, results) { function 79 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 92 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 264 v = getFuncParaType(v, res.interfaceName, data, results); 281 getFuncParaType,
|
/napi_generator/test/unittest/ |
H A D | analyze.test.js | 19 const { analyzeFunction, analyzeSubInterface, getFuncParaType, analyzeFuncNoNameInterface,
164 it('test gen/analyze/function getFuncParaType', function () {
167 let retJson = JSON.stringify(getFuncParaType(v, '', data));
|
Completed in 3 milliseconds