| 150 | static constexpr uint32_t STRUCTURED_CLONE_TAG = JS_SCTAG_USER_MIN; |
| 151 | |
| 152 | bool write(JSContext* cx [[maybe_unused]], |
| 153 | JSStructuredCloneWriter* writer) override { |
| 154 | g_assert_not_reached(); |
| 155 | return JS_WriteUint32Pair(writer, STRUCTURED_CLONE_TAG, 1); |
| 156 | } |
| 157 | |
| 158 | bool isSystemOrAddonPrincipal() override { return true; } |
| 159 |
no outgoing calls
no test coverage detected