xo-interpreter2 stack: move fn_n_args() to ObjectPrimitives
This commit is contained in:
parent
32b26d1163
commit
42b5cc7aea
3 changed files with 29 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ namespace xo {
|
|||
ok = ok & install_aux(sink, ObjectPrimitives::make_cons_pm(mm), flags);
|
||||
ok = ok & install_aux(sink, ObjectPrimitives::make_dict_make_pm(mm), flags);
|
||||
ok = ok & install_aux(sink, ObjectPrimitives::make_dict_upsert_pm(mm), flags);
|
||||
ok = ok & install_aux(sink, ObjectPrimitives::make_fn_n_args_pm(mm), flags);
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue