Lines Matching refs:found
316 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in GetOwnProperty() local
323 if (!found) { in GetOwnProperty()
357 if (!found || targetDesc.IsConfigurable()) { in GetOwnProperty()
414 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in DefineOwnProperty() local
428 if (!found) { in DefineOwnProperty()
502 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in HasProperty() local
506 if (found) { in HasProperty()
575 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in GetProperty() local
581 if (found) { in GetProperty()
658 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in SetProperty() local
660 if (found) { in SetProperty()
717 bool found = JSTaggedValue::GetOwnProperty(thread, targetHandle, key, targetDesc); in DeleteProperty() local
719 if (!found) { in DeleteProperty()