Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 33) sorted by relevance

12

/napi_generator/test/storytest/test_any/
Dtest.js16 const test = require("./out/build/Release/napitest") constant
47 let ret = test.fun1({ "test": "okay", "test1": "res" }, "aa"); property
52 let ret = test.fun1({ "test": 15, "test1": 18 }, "aa"); property
57 let ret = test.fun1({ "test": true, "test1": false }, "aa"); property
70 …let ret = test.fun1([{ "test": "okay", "test1": "res" }, { "test2": "okay2", "test3": "res3" }], '… property
74 let ret = test.fun1([{ "test": 17, "test1": 18 }, { "test2": 20, "test3": 22 }], 'aaa'); property
78 … let ret = test.fun1([{ "test": true, "test1": false }, { "test2": true, "test3": false }], 'aaa'); property
83 let ret = test.fun1({ "test": ["okay", "okay1"], "test1": ["res", "res1"] }, 'aaa'); property
87 let ret = test.fun1({ "test": [15, 18], "test1": [18, 20] }, 'aaa'); property
91 let ret = test.fun1({ "test": [true, true], "test1": [false, false] }, 'aaa'); property
[all …]
/napi_generator/test/storytest/test_object/
Dtest.js17 const test = require("./out/build/Release/napitest") constant
34 ret = tc1.fun1({"age":10,"name":{'test':'"nameValue"'}}); property
36 ret = tc1.fun1({"age":10,"name":{'test':'nameValue','test1':15}}); property
81 ret = fun5({"name":{'test': '11'},"age":10}); property
83 ret = fun5({"name":{'test': '11','test1':true},"age":10}); property
/napi_generator/test/storytest/test_optional/
Dtest.js15 const test = require("./out/build/Release/napitest") constant
93 ret = test.fun31("a", { 'test': 15, 'test1': 18 }); property
100 ret = test.fun32("a", { 'test': '15', 'test1': '18' }); property
108 ret = tc.interFun31('aaaa', { 'test': 18, 'tst1': 20 }); property
116 ret = tc.interFun32('aaaa', { 'test': true, 'tst1': false }); property
/napi_generator/test/storytest/test_static/
Dtest.js16 const test = require("./out/build/Release/napitest") constant
/napi_generator/test/storytest/test_threadsafe_func/
Dtest.js15 const test = require("./out/build/Release/napitest") constant
/napi_generator/src/vscode_plugin/test/
Dtestdts.d.ts19 a: string;
/napi_generator/test/storytest/test_$/
Dtest.js15 const test = require("./out/build/Release/napitest") constant
/napi_generator/test/storytest/test_namespace/
Dtest.js16 const test = require("./out/build/Release/napitest") constant
/napi_generator/test/storytest/test_enum_interface/
Dtest.js16 const test = require("./out/build/Release/napitest") constant
/napi_generator/src/cli/h2sa/
Dpackage.json7 "test": "echo \"Error: no test specified\" && exit 1" string
/napi_generator/src/tool/api/src/
Dpackage.json7 "test": "echo \"Error: no test specified\" && exit 1" string
/napi_generator/src/cli/cmake2gn/src/
Dpackage.json7 "test": "echo \"Error: no test specified\" && exit 1" string
/napi_generator/src/tool/api/api_scan_vs_plugin/
Dpackage.json16 "test": "echo \"Error: no test specified\" && exit 1" string
/napi_generator/examples/napitutorials/entry/src/main/js/platform/
Dpackage.json18 "test": "node test/test.js" string
/napi_generator/examples/napitutorials/entry/src/main/js/benchmark/
Dpackage.json18 "test": "node test/test" string
/napi_generator/src/cli/h2hdf/
Dpackage.json7 "test": "echo \"Error: no test specified\" && exit 1" string
/napi_generator/src/cli/h2dts/src/
Dpackage.json18 "test": "node ./test/runTest.js" string
/napi_generator/src/cli/dts2cpp/src/
Dpackage.json18 "test": "node ./test/runTest.js" string
/napi_generator/test/storytest/test_enum/
Dtest.js17 const test = require("./out/build/Release/napitest") constant
/napi_generator/test/storytest/test_[]/
Dtest.js15 const test = require("./out/build/Release/napitest") constant
/napi_generator/test/storytest/test_bool/
Dtest.js15 const test = require("./out/build/Release/napitest") constant
/napi_generator/test/storytest/test_number/
Dtest.js15 const test = require("./out/build/Release/napitest") constant
/napi_generator/src/cli/h2dtscpp/src/
Dpackage.json7 "test": "echo \"Error: no test specified\" && exit 1" string
/napi_generator/test/storytest/test_interface/
Dtest.js18 const test = require("./out/build/Release/napitest") constant
197 test: {a1: 23, property
/napi_generator/test/storytest/test_extends/
Dtest.js16 const test = require("./out/build/Release/napitest") constant

12