| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.cpp | 171 void AnyChildHelper(bool *found, const NodePredicate &cb, AstNode *ast) in AnyChildHelper() 187 bool found = false; in IsAnyChild() local 192 void FindChildHelper(AstNode *&found, const NodePredicate &cb, AstNode *ast) in FindChildHelper() 208 AstNode *found = nullptr; in FindChild() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | objectType.cpp | 53 varbinder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in FindPropertyAndCheckIdentical() local 128 varbinder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local 213 auto *found = GetProperty(it->Name(), true); in CheckExcessProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | objectType.cpp | 54 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in IsPropertiesIdentical() local 132 binder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local 216 auto *found = GetProperty(it->Name(), true); in checkExcessProperties() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
| D | test_find.js | 47 let found = arr.find(fnTrue); variable
|
| D | test_find_index.js | 39 let found = arr.findIndex(fnTrue); variable
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 724 auto found = typeAliasScope_->Bindings().find(name); in FindLocal() local 784 auto found = typeAliasScope_->Bindings().find(name); in FindLocal() local 819 auto found = TypeAliasScope()->Bindings().find(name); in FindLocal() local 826 auto found = instanceFieldScope_->Bindings().find(name); in FindLocal() local 833 auto found = staticFieldScope_->Bindings().find(name); in FindLocal() local 840 auto found = instanceDeclScope_->Bindings().find(name); in FindLocal() local 847 auto found = staticDeclScope_->Bindings().find(name); in FindLocal() local 854 auto found = instanceMethodScope_->Bindings().find(name); in FindLocal() local 861 auto found = staticMethodScope_->Bindings().find(name); in FindLocal() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfind/ |
| D | arrayfind.js | 18 const found = array1.find((element) => element > 10); constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_file_path.cpp | 64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeQuery.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsRestType.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsLiteralType.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsParenthesizedType.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsOptionalType.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsTypeReference.cpp | 56 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsIndexSignature.cpp | 50 auto found = checker->NodeCache().find(this); in Check() local
|
| D | tsIndexedAccessType.cpp | 63 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsUnionType.cpp | 49 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsTypeLiteral.cpp | 56 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsSignatureDeclaration.cpp | 57 auto found = checker->NodeCache().find(this); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | ASTVerifier.cpp | 84 if (const auto &found = invariantsChecks_.find(name); found != invariantsChecks_.end()) { in Verify() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | string_builder_utils.cpp | 143 auto found = std::find_if(inst->GetInputs().begin(), inst->GetInputs().end(), predicate); in HasInput() local 194 auto found = std::find_if(inst->GetUsers().begin(), inst->GetUsers().end(), predicate); in HasUser() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 109 …if (const auto found = NamedTypeStack().find(partialClassDef->TsType()); found != NamedTypeStack()… in HandlePartialType() local 446 if (auto found = NamedTypeStack().find(typeToBeReadonly); found != NamedTypeStack().end()) { in HandleReadonlyType() local 456 if (const auto found = NamedTypeStack().find(type); found != NamedTypeStack().end()) { in GetReadonlyType() local 497 … if (const auto found = NamedTypeStack().find(typeToBeRequired); found != NamedTypeStack().end()) { in HandleRequiredType() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 295 auto found = type->CachedSyntheticPropertis().find(name); in GetPropertyOfUnionType() local 356 auto found = nodeCache_.find(key); in CheckComputedPropertyName() local 542 binder::Variable *found = type->GetProperty(prop->Name(), false); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | intrusive_gc_test_api_test.cpp | 68 bool found = false; in TEST_P() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.cpp | 123 auto found = checker->NodeCache().find(this); in Check() local
|