pub(crate) trait PerformanceMarkMethods<D>where D: DomTypes,{ // Required method fn Detail(&self, cx: JSContext, retval: MutableHandle<'_, Value>); }