| 122 | } |
| 123 | |
| 124 | inline JSValueRef V8JavaScriptContext::toRetainedJSValueRef(const IndirectV8Persistent& value) { |
| 125 | return JSValueRef::makeRetained(*this, toValdiJSValue(value)); |
| 126 | } |
| 127 | |
| 128 | inline JSValueRef V8JavaScriptContext::toUnretainedJSValueRef(const IndirectV8Persistent& value) { |
| 129 | return JSValueRef::makeUnretained(*this, toValdiJSValue(value)); |
nothing calls this directly
no test coverage detected