| 83 | } |
| 84 | |
| 85 | inline JSPropertyName toValdiJSPropertyName(const IndirectV8Persistent& value) { |
| 86 | static_assert(sizeof(IndirectV8Persistent) < 64); |
| 87 | return JSPropertyName(value); |
| 88 | } |
| 89 | |
| 90 | IndirectV8Persistent fromValdiJSValueToIndirect(const JSValue& jsValue) { |
| 91 | return jsValue.bridge<IndirectV8Persistent>(); |
no test coverage detected