| 1080 | } |
| 1081 | |
| 1082 | void V8JavaScriptContext::retainPropertyName(const JSPropertyName& value) { |
| 1083 | fromValdiJSPropertyNameToIndirect(value).retain(); |
| 1084 | } |
| 1085 | |
| 1086 | void V8JavaScriptContext::releasePropertyName(const JSPropertyName& value) { |
| 1087 | fromValdiJSPropertyNameToIndirect(value).release(); |
no test coverage detected