| 384 | } |
| 385 | |
| 386 | inline duk_context* context() const { |
| 387 | return mContext; |
| 388 | } |
| 389 | |
| 390 | // Important limitations: |
| 391 | // - The returned value is binary and will not behave well if you treat it like a string (it will almost certainly contain '\0'). |
no outgoing calls
no test coverage detected