Searched refs:INTERFACES (Results 1 – 7 of 7) sorted by relevance
72 INTERFACES = 1U << 1U, enumerator74 ALL = BINDINGS | INTERFACES,
70 if (options & ResolveBindingOptions::INTERFACES) { in FindLocal()
223 scope_->FindLocal(localName, ResolveBindingOptions::INTERFACES)) { in ValidateExportDecl()
48 if (tag == ClassTag::INTERFACES) { in ClassDataAccessor()
326 if (!writer->WriteByte(static_cast<uint8_t>(ClassTag::INTERFACES))) { in WriteIfaces()
42 INTERFACES = 0x01, enumerator
403 | `INTERFACES` | `0x01` | `0-1` | `uleb128 uint8_t[]` | List of interfaces the c…