Home
last modified time | relevance | path

Searched defs:found (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp71 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in Identical() local
121 binder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local
205 auto *found = GetProperty(it->Name(), true); in checkExcessProperties() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsOptionalType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeQuery.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsLiteralType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsParenthesizedType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsRestType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeReference.cpp56 auto found = checker->NodeCache().find(this); in GetType() local
DtsIndexSignature.cpp49 auto found = checker->NodeCache().find(this); in Check() local
DtsIndexedAccessType.cpp63 auto found = checker->NodeCache().find(this); in GetType() local
DtsUnionType.cpp49 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeLiteral.cpp56 auto found = checker->NodeCache().find(this); in GetType() local
DtsSignatureDeclaration.cpp57 auto found = checker->NodeCache().find(this); in Check() local
DtsTupleType.cpp45 auto found = checker->NodeCache().find(this); in GetType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName() local
Djs_proxy.cpp315 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in GetOwnProperty() local
413 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in DefineOwnProperty() local
501 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in HasProperty() local
562 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in GetProperty() local
634 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in SetProperty() local
693 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in DeleteProperty() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp65 CallsiteHead *found = callsiteHead + mid; in GetArkDeopt() local
126 CallsiteHead *found = callsiteHead + mid; in IteratorStackMap() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp293 auto found = type->CachedSyntheticPropertis().find(name); in GetPropertyOfUnionType() local
354 auto found = nodeCache_.find(key); in CheckComputedPropertyName() local
538 binder::Variable *found = type->GetProperty(prop->Name(), false); in ValidateInterfaceMemberRedeclaration() local
Dhelpers.cpp223 bool found = false; in IsVariableUsedInConditionBody() local
248 bool found = false; in FindVariableInBinaryExpressionChain() local
Dfunction.cpp369 auto found = nodeCache_.find(param); in CheckFunctionParameter() local
658 bool found = false; in SearchForReturnOrThrow() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp114 auto found = checker->NodeCache().find(this); in Check() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp123 bool found = false; in CanUserReadAcc() local
/arkcompiler/runtime_core/runtime/
Dmonitor.cpp39 bool found = false; in RemoveIf() local
408 bool found = monitor->waiters_.RemoveIf( in Wait() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp51 bool found = methods_.find(methodName) != std::string::npos; in IncludesMethod() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp130 size_t found = result.find_last_of('e'); in DoubleToExponential() local
304 size_t found = result.find_last_not_of('0'); in DecimalsToString() local
/arkcompiler/runtime_core/runtime/mem/
Dregion_space.cpp190 bool found = true; in AllocLargeRegion() local

12