Searched defs:implements (Results 1 - 8 of 8) sorted by relevance
| /third_party/jerryscript/tests/jerry/ |
| H A D | strict2.js | 28 implements = 0, global() variable
|
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
| H A D | BaseObjectTest.cpp | 71 void CheckInterface(const IObject::ConstPtr& object, BASE_NS::Uid uid, bool implements) in CheckInterface() argument 84 void CheckInterfaces(const IObject::ConstPtr& object, bool implements, const BASE_NS::vector<BASE_NS::Uid>& uids) in CheckInterfaces() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | classDefinitionBuilder.h | 68 ClassDefinitionBuilder &SetImplements(ArenaVector<TSClassImplements *> implements) in SetImplements() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | classDefinition.h | 70 ClassDefinition(const util::StringView &privateId, Identifier *ident, TSTypeParameterDeclaration *typeParams, TSTypeParameterInstantiation *superTypeParams, ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, Expression *superClass, ArenaVector<AstNode *> &&body, ClassDefinitionModifiers modifiers, ModifierFlags flags, Language lang) ClassDefinition() argument
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
| H A D | writer.js | |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | convertKeywordsYes.js | 7 var implements = 0; variable 313 var implements = 0;
variable [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.h | 63 ClassDefinition(binder::ClassScope *scope, Identifier *ident, TSTypeParameterDeclaration *typeParams, TSTypeParameterInstantiation *superTypeParams, ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, MethodDefinition *staticInitializer, MethodDefinition *instanceInitializer, Expression *superClass, ArenaVector<Statement *> &&body, ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) ClassDefinition() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 3190 ArenaVector<ir::TSClassImplements *> implements = ParseTSClassImplements(isDeclare); in ParseClassDefinition() local
|
Completed in 10 milliseconds