Home
last modified time | relevance | path

Searched defs:parentClass (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
DirCheckHelper.cpp31 …l IrCheckHelper::CheckNewNode(ir::AstNode *node, varbinder::Scope *scope, ir::AstNode *parentClass, in CheckNewNode()
Dhelpers.h132 varbinder::Scope *scope, ir::AstNode *parentClass, F &&action) in DoScopedAction()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
Dutil.cpp27 …auto parentClass = util::Helpers::FindAncestorGivenByType(node, ir::AstNodeType::CLASS_DEFINITION); in HasGlobalClassParent() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.cpp384 …auto *parentClass = util::Helpers::FindAncestorGivenByType(node, ir::AstNodeType::CLASS_DEFINITION… in PerformForModule() local
DrestTupleLowering.cpp73 …auto *parentClass = util::Helpers::FindAncestorGivenByType(definition, ir::AstNodeType::CLASS_DEFI… in CreateMemberOrThisExpression() local
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp1238 JSVM_Value parentClass = nullptr; in GenerateParentClass() local
1267 JSVM_Value GenerateSubClass(JSVM_Env env, JSVM_Value parentClass) in GenerateSubClass()
1312 JSVM_Value parentClass = GenerateParentClass(env); variable
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h341 AbckitCoreClass *parentClass = nullptr; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp171 auto *parentClass = FindAncestorGivenByType(ident, ir::AstNodeType::CLASS_DEFINITION); in ExtraCheckForResolvedError() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts8878 const parentClass = this.getParentClassDeclaration(node); constant
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp5927 JSVM_Value parentClass, in OH_JSVM_DefineClassWithOptions()