Home
last modified time | relevance | path

Searched refs:FindProperty (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectDescriptor.h48 binder::LocalVariable *FindProperty(const util::StringView &name) const;
DobjectDescriptor.cpp24 binder::LocalVariable *ObjectDescriptor::FindProperty(const util::StringView &name) const in FindProperty() function in panda::es2panda::checker::ObjectDescriptor
DobjectType.cpp71 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in Identical()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp46 if (!FindProperty(key, desc)) { in FindDescWithKey()
Dpgo_profiler_layout.h159 bool FindProperty(const CString &key, PropertyDesc &desc) const in FindProperty() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp469 binder::LocalVariable *foundVar = desc->FindProperty(prop->Key()->AsIdentifier()->Name()); in CheckPattern()
679 binder::LocalVariable *foundMember = desc->FindProperty(propName); in Check()
708 binder::LocalVariable *foundMember = desc->FindProperty(spreadProp->Name()); in Check()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h663 int FindProperty(const JSHandle<JSTaggedValue> &key);