Searched refs:analyzeFunction (Results 1 - 8 of 8) sorted by relevance
/napi_generator/src/cli/dts2cpp/src/gen/analyze/ |
H A D | interface.js | 18 const { analyzeFunction } = require('./function'); 99 let funcDetail = analyzeFunction(data, re.getReg(t, tt.regs[1]) !== '', re.getReg(t, tt.regs[2]),
|
H A D | function.js | 79 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 93 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 234 function analyzeFunction(data, isStatic, name, values, ret, results, interfaceName = '') { function 268 NapiLog.logError('analyzeFunction is not support this type %s.'.format(v), getLogErrInfo()); 281 analyzeFunction,
|
H A D | namespace.js | 17 const { analyzeFunction } = require('./function'); 302 let funcDetail = analyzeFunction(
|
/napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/ |
H A D | interface.js | 18 const { analyzeFunction } = require('./function'); 99 let funcDetail = analyzeFunction(data, re.getReg(t, tt.regs[1]) !== '', re.getReg(t, tt.regs[2]),
|
H A D | function.js | 79 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 92 NapiLog.logError('analyzeFunction getFuncParaType is not support this type %s.' 232 function analyzeFunction(data, isStatic, name, values, ret, results, interfaceName = '') { function 266 NapiLog.logError('analyzeFunction is not support this type %s.'.format(v), getLogErrInfo()); 279 analyzeFunction,
|
H A D | namespace.js | 17 const { analyzeFunction } = require('./function'); 302 let funcDetail = analyzeFunction(
|
/napi_generator/src/cli/h2dtscpp/src/src/napiGen/ |
H A D | functionDirect.js | 62 analyzeFunction(funcInfo, params, index); 173 function analyzeFunction(funcInfo, params, index) { function
|
/napi_generator/test/unittest/ |
H A D | analyze.test.js | 19 const { analyzeFunction, analyzeSubInterface, getFuncParaType, analyzeFuncNoNameInterface,
208 let ret = analyzeFunction(data, false, `if_direct`, 'v1: string, v2: boolean', 'asdfgh');
222 let ret = analyzeFunction(data, false, `if_async`, 'v1: string, cb: AsyncCallback<string>', 'qwerty');
236 let ret = analyzeFunction(data, false, `if_callback`, 'v1: string, cb: Callback<Array<string>>', 'zxcvbn');
244 let ret = analyzeFunction(data, false, `if_promise`, 'v1: Array<number>', 'Promise<boolean>');
|
Completed in 4 milliseconds