mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 21:37:02 +00:00
js
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4549ec7331
commit
fbf5e322dc
2 changed files with 23 additions and 23 deletions
|
@ -54,7 +54,8 @@ let types = {
|
|||
Z3_fixed_eh: 'Z3_fixed_eh',
|
||||
Z3_eq_eh: 'Z3_eq_eh',
|
||||
Z3_final_eh: 'Z3_final_eh',
|
||||
Z3_created_eh: 'Z3_created_eh',
|
||||
Z3_created_eh: 'Z3_created_eh',
|
||||
Z3_decide_eh: 'Z3_decide_eh'
|
||||
};
|
||||
|
||||
let defApis = Object.create(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue