| 1076 | } |
| 1077 | |
| 1078 | void V8JavaScriptContext::releaseValue(const JSValue& value) { |
| 1079 | fromValdiJSValueToIndirect(value).release(); |
| 1080 | } |
| 1081 | |
| 1082 | void V8JavaScriptContext::retainPropertyName(const JSPropertyName& value) { |
| 1083 | fromValdiJSPropertyNameToIndirect(value).retain(); |
no test coverage detected