| 784 | } |
| 785 | |
| 786 | void GjsContextPrivate::set_args(std::vector<std::string>&& args) { |
| 787 | m_args = args; |
| 788 | } |
| 789 | |
| 790 | JSObject* GjsContextPrivate::build_args_array() { |
| 791 | return gjs_build_string_array(m_cx, m_args); |
no outgoing calls
no test coverage detected