| 120 | } |
| 121 | |
| 122 | napi_value ToNapi(const JSValueRef value) { |
| 123 | return reinterpret_cast<napi_value>(const_cast<OpaqueJSValue*>(value)); |
| 124 | } |
| 125 | |
| 126 | napi_value* ToNapi(const JSValueRef* values) { |
| 127 | return reinterpret_cast<napi_value*>(const_cast<OpaqueJSValue**>(values)); |
no outgoing calls
no test coverage detected