Home
last modified time | relevance | path

Searched refs:TestWorklet (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtestworklet.rs26 pub struct TestWorklet { struct
31 impl TestWorklet { implementation
32 fn new_inherited(worklet: &Worklet) -> TestWorklet { in new_inherited() argument
33 TestWorklet { in new_inherited()
39 fn new(window: &Window) -> DomRoot<TestWorklet> { in new() argument
41 reflect_dom_object(Box::new(TestWorklet::new_inherited(&*worklet)), window, Wrap) in new()
44 pub fn Constructor(window: &Window) -> Fallible<DomRoot<TestWorklet>> { in Constructor() argument
45 Ok(TestWorklet::new(window)) in Constructor()
49 impl TestWorkletMethods for TestWorklet { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webidls/
H A DTestWorkletGlobalScope.webidl8 [Global=(Worklet,TestWorklet), Pref="dom.worklet.enabled", Exposed=TestWorklet]
H A DTestWorklet.webidl9 interface TestWorklet {
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/internal/testing/
H A DUnitTestDispatcherBase.cxx266 class TestWorklet : public TestWorkletBase class
344 TestDispatcher<TestWorklet> dispatcher; in TestBasicInvoke()
394 TestDispatcher<TestWorklet> dispatcher; in TestInvokeWithBadDynamicType()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/internal/testing/
H A DUnitTestDispatcherBase.cxx252 class TestWorklet : public TestWorkletBase class
359 TestDispatcher<TestWorklet> dispatcher; in TestBasicInvoke()
409 TestDispatcher<TestWorklet> dispatcher; in TestInvokeWithBadDynamicType()