Searched refs:FindProperty (Results 1 – 7 of 7) sorted by relevance
48 binder::LocalVariable *FindProperty(const util::StringView &name) const;
24 binder::LocalVariable *ObjectDescriptor::FindProperty(const util::StringView &name) const in FindProperty() function in panda::es2panda::checker::ObjectDescriptor
71 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in Identical()
46 if (!FindProperty(key, desc)) { in FindDescWithKey()
159 bool FindProperty(const CString &key, PropertyDesc &desc) const in FindProperty() function
469 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()
663 int FindProperty(const JSHandle<JSTaggedValue> &key);