| 126 | } |
| 127 | |
| 128 | inline JSValueRef V8JavaScriptContext::toUnretainedJSValueRef(const IndirectV8Persistent& value) { |
| 129 | return JSValueRef::makeUnretained(*this, toValdiJSValue(value)); |
| 130 | } |
| 131 | |
| 132 | inline void setObjectPropertyHelper(v8::Local<v8::Context>& context, |
| 133 | v8::Local<v8::Object> obj, |
nothing calls this directly
no test coverage detected