To create a Context, use a function such as choc::javascript::createQuickJSContext();
| 89 | public: |
| 90 | /// To create a Context, use a function such as choc::javascript::createQuickJSContext(); |
| 91 | Context() = default; |
| 92 | Context (Context&&); |
| 93 | Context& operator= (Context&&); |
| 94 | ~Context(); |
nothing calls this directly
no outgoing calls
no test coverage detected