Home
last modified time | relevance | path

Searched defs:implements (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dstrict2.js28 implements = 0, global() variable
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DBaseObjectTest.cpp71 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 DclassDefinitionBuilder.h68 ClassDefinitionBuilder &SetImplements(ArenaVector<TSClassImplements *> implements) in SetImplements() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassDefinition.h70 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 Dwriter.js
/third_party/typescript/tests/baselines/reference/
H A DconvertKeywordsYes.js7 var implements = 0; variable
313 var implements = 0; variable
[all...]
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.h63 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 DparserImpl.cpp3190 ArenaVector<ir::TSClassImplements *> implements = ParseTSClassImplements(isDeclare); in ParseClassDefinition() local

Completed in 10 milliseconds