| 88 | } |
| 89 | |
| 90 | IndirectV8Persistent fromValdiJSValueToIndirect(const JSValue& jsValue) { |
| 91 | return jsValue.bridge<IndirectV8Persistent>(); |
| 92 | } |
| 93 | |
| 94 | inline IndirectV8Persistent fromValdiJSPropertyNameToIndirect(const JSPropertyName& value) { |
| 95 | return value.bridge<IndirectV8Persistent>(); |
no outgoing calls
no test coverage detected