/napi_generator/hdc/appCodeGen/src/analyze/ |
D | namespace.js | 30 function getDataByResult(result) { argument 40 let result = { variable 88 function parseEnumType(result) { argument 139 function parseNamespace(matchs, data, result) { argument 156 function parseClass(matchs, data, result) { argument 167 function parseEnum(matchs, data, result) { argument 203 function getTypeInfo(result, typeName, typeType, isEnum) { argument 214 function parseType(matchs, data, result) { argument 259 function parseFunction(matchs, data, result) { argument 299 result.exports.push(funcName) field [all …]
|
D | type.js | 38 let result = { variable 71 let result = { variable 92 function analyzeType2Result(result, bodyContent, index) { argument
|
D | enum.js | 21 let result = { variable 42 function analyzeEnumResult(result, bodyContent, index) { argument
|
D | function.js | 26 let result = { variable 144 let result = { variable 203 let result = { variable
|
/napi_generator/src/gen/analyze/ |
D | namespace.js | 30 function getDataByResult(result) { argument 40 let result = { variable 88 function parseEnumType(result) { argument 139 function parseNamespace(matchs, data, result) { argument 156 function parseClass(matchs, data, result) { argument 167 function parseEnum(matchs, data, result) { argument 203 function getTypeInfo(result, typeName, typeType, isEnum) { argument 214 function parseType(matchs, data, result) { argument 259 function parseFunction(matchs, data, result) { argument 299 result.exports.push(funcName) field [all …]
|
D | type.js | 38 let result = { variable 71 let result = { variable 92 function analyzeType2Result(result, bodyContent, index) { argument
|
D | enum.js | 21 let result = { variable 42 function analyzeEnumResult(result, bodyContent, index) { argument
|
/napi_generator/hdc/appCodeGen/src/ |
D | analyze.js | 33 let result = { variable 59 function analyze(data, result) { argument 104 function analyzeMatchNamespace(matchs, data, result) { argument 119 function analyzeMatchInterface(matchs, data, result) { argument 133 function analyzeMatchFunction(matchs, data, result) { argument 148 function analyzeMatchType(matchs, data, result) { argument
|
/napi_generator/src/gen/ |
D | analyze.js | 33 let result = { variable 59 function analyze(data, result) { argument 104 function analyzeMatchNamespace(matchs, data, result) { argument 119 function analyzeMatchInterface(matchs, data, result) { argument 133 function analyzeMatchFunction(matchs, data, result) { argument 148 function analyzeMatchType(matchs, data, result) { argument
|
D | analyzeRaw.js | 50 let result = { variable 95 function analyzeRaw(statements, result) { argument 142 function analyzeMatchNamespace(matchs, data, result) { argument 157 function analyzeMatchInterface(matchs, data, result) { argument 171 function analyzeMatchFunction(matchs, data, result) { argument 186 function analyzeMatchType(matchs, data, result) { argument
|
D | generate.js | 294 function generateImplH(ns0, numberUsing, result, structOfTs, destDir, license) { argument 307 function generateMiddleCpp(result, ns0, moduleName, destDir, license) { argument 341 function generateMiddleH(ns0, result, destDir, license) { argument
|
/napi_generator/test/unittest/ |
D | analyze.test.js | 105 let result = { variable 116 let result = { variable 361 let result = { variable 379 let result = { variable 399 let result = { variable 417 let result = { variable 437 let result = { variable 455 let result = { variable
|
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsproperty/ |
D | napigetproperty.cpp | 34 napi_value result; in callFunctionIfTypeIsFunction() local 94 napi_value result = callFunctionIfTypeIsFunction(env, obj, propValue); in testNapiGetProperty() local
|
D | napigetnamedproperty.cpp | 34 napi_value result; in callFunctionIfPropertyTypeIsFunction() local 94 napi_value result = callFunctionIfPropertyTypeIsFunction(env, obj, propValue); in testNapiGetNamedProperty() local
|
D | napideleteproperty.cpp | 59 bool result = false; in testNapiDeleteProperty() local
|
D | napigetelement.cpp | 59 napi_value result; in testNapiGetElement() local
|
D | napihasproperty.cpp | 67 napi_value result; in testNapiHasProperty() local
|
/napi_generator/hdc/service/service_vs_plugin/src/ |
D | extension.js | 53 var result = { variable 124 var result = { variable 213 var result = { variable
|
/napi_generator/src/gen/generate/ |
D | type.js | 65 let result = { variable 218 let result = { variable 235 result = { variable 245 result = { variable 255 result = { variable
|
D | enum.js | 52 let result = { variable
|
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsvalues/ |
D | napicreateint64.cpp | 29 napi_value result; in testNapiCreateInt64() local
|
D | napicreateint32.cpp | 29 napi_value result; in testNapiCreateInt32() local
|
D | napicreateuint32.cpp | 30 napi_value result; in testNapiCreateUInt32() local
|
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/ |
D | napistatus.cpp | 55 int32_t result = num1 + num2; in testNapiStatus() local
|
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/ |
D | napitypeof.cpp | 26 napi_valuetype result; in testNapiTypeof() local
|