Home
last modified time | relevance | path

Searched defs:api_name (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/data/
DSdkWhitelist.json8 "api_name": "write", string
21 "api_name": "WriteFile", string
25 "api_name": "rcp", string
43 "api_name": "write", string
56 "api_name": "WriteStream", string
60 "api_name": "rcp", string
78 "api_name": "writeSync", string
91 "api_name": "SyncWriteStream", string
95 "api_name": "rcp", string
113 "api_name": "IncomingDataCallback", string
[all …]
DBuiltinList.json8 "api_name": "PropertyKey", string
23 "api_name": "configurable", string
28 "api_name": "PropertyDescriptor", string
43 "api_name": "enumerable", string
48 "api_name": "PropertyDescriptor", string
63 "api_name": "value", string
68 "api_name": "PropertyDescriptor", string
83 "api_name": "writable", string
88 "api_name": "PropertyDescriptor", string
103 "api_name": "get", string
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DSdkWhitelist.ts55 api_name: string; property in ParentApi
/arkcompiler/ets_runtime/test/aotjsperftest/
Drun_js_test.py212 def run_js_case_via_ark(binary_path, js_file_path, class_name, api_name, report_file): argument
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py283 def run_js_case_via_ark(js_file_path, class_name, api_name, iterations, report_file): argument
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts5183 const api_name = constructorFuncsInfo.api_info.parent_api[0].api_name; constant
7864 const api_name = constructorFuncsInfo.api_info.api_name; constant
7882 const api_name = literalAsPropertyNameInfo.api_info.api_name; constant