Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 2 of 2) sorted by relevance

/napi_generator/src/vscode_plugin/src/gen/
Dgendts.ts362 const arr = matchMap[3].split(','); constant
379 const arr = matchTuple[3].split(','); constant
/napi_generator/test/storytest/test_any/
Dtest.js109 let ret = test.fun2(15, { 'any1': true, 'arr': [15, 20] }); property
134 let ret = test.fun2(15, { 'any1': { 'test': 88 }, 'arr': [true, false] }); property