rename method name
This commit is contained in:
parent
b5434cb8ac
commit
5b4dd74a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ fn gen_tester_method(
|
||||||
};
|
};
|
||||||
|
|
||||||
let descriptor = IdMethod::new(
|
let descriptor = IdMethod::new(
|
||||||
format!("{c_name}_{m_name}_{hash:016x}").into(),
|
format!("check_is_{c_name}_{m_name}_{hash:016x}").into(),
|
||||||
IdMethodType::new(
|
IdMethodType::new(
|
||||||
IdType::boolean(),
|
IdType::boolean(),
|
||||||
vec![if is_constructor {
|
vec![if is_constructor {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue