Home
last modified time | relevance | path

Searched defs:IMPORT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTSConst.ts25 export const IMPORT = 'import'; constant
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h126 IMPORT = 1 << 11, enumerator
169 IMPORT = 1 << 0, enumerator
/arkcompiler/ets_frontend/ets2panda/parser/
DparserFlags.h59 IMPORT = 1U << 10U, enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h32 IMPORT, enumerator
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Ddoclet.py73 IMPORT = "Import" variable in Doclet