Publish native_function, native_frame_function

This commit is contained in:
Andrew Morris
2024-07-17 17:07:11 +09:00
parent 7894bea70a
commit c356e287f5

View File

@@ -14,8 +14,8 @@ mod helpers;
mod iteration;
mod jsx_element;
mod make_generator_frame;
mod native_frame_function;
mod native_function;
pub mod native_frame_function;
pub mod native_function;
mod number_methods;
pub mod operations;
mod stack_frame;