Searched defs:parentClass (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | irCheckHelper.cpp | 31 bool IrCheckHelper::CheckNewNode(ir::AstNode *node, varbinder::Scope *scope, ir::AstNode *parentClass, in CheckNewNode() argument
|
| H A D | helpers.h | 131 DoScopedAction(checker::ETSChecker *checker, varbinder::ETSBinder *varBinder, parser::Program *program, varbinder::Scope *scope, ir::AstNode *parentClass, F &&action) DoScopedAction() argument
|
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_sendable_napi.cpp | 87 napi_value GetSendableChildClass(napi_env env, napi_value parentClass) in GetSendableChildClass() argument 136 napi_value parentClass = nullptr; in GetSendableParentClass() local 396 napi_value parentClass = GetSendableParentClass(env); in HWTEST_F() local
|
| /third_party/python/Lib/test/ |
| H A D | test_xmlrpc.py | 1077 parentClass = xmlrpc.server.SimpleXMLRPCRequestHandler variable in BaseKeepaliveServerTestCase.RequestHandler 1155 parentClass = xmlrpc.server.SimpleXMLRPCRequestHandler variable in GzipServerTestCase.RequestHandler
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 139 auto *parentClass = FindAncestorGivenByType(ident, ir::AstNodeType::CLASS_DEFINITION); in ExtraCheckForResolvedError() local
|
Completed in 11 milliseconds