Home
last modified time | relevance | path

Searched refs:INTERFACES (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h72 INTERFACES = 1U << 1U, enumerator
74 ALL = BINDINGS | INTERFACES,
Dscope.cpp70 if (options & ResolveBindingOptions::INTERFACES) { in FindLocal()
Dbinder.cpp223 scope_->FindLocal(localName, ResolveBindingOptions::INTERFACES)) { in ValidateExportDecl()
/arkcompiler/runtime_core/libpandafile/
Dclass_data_accessor.cpp48 if (tag == ClassTag::INTERFACES) { in ClassDataAccessor()
Dfile_items.cpp326 if (!writer->WriteByte(static_cast<uint8_t>(ClassTag::INTERFACES))) { in WriteIfaces()
Dfile_items.h42 INTERFACES = 0x01, enumerator
/arkcompiler/runtime_core/docs/
Dfile_format.md403 | `INTERFACES` | `0x01` | `0-1` | `uleb128 uint8_t[]` | List of interfaces the c…