File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import type {
3333 IndexIntoStackTable ,
3434 IndexIntoResourceTable ,
3535 CallNodePath ,
36- CallNodeAndCategoryPath ,
3736 CallNodeTable ,
3837 StackType ,
3938 ImplementationFilter ,
@@ -1564,17 +1563,6 @@ export function filterCallNodePathByImplementation(
15641563 ) ;
15651564}
15661565
1567- export function filterCallNodeAndCategoryPathByImplementation (
1568- thread : Thread ,
1569- implementationFilter : ImplementationFilter ,
1570- path : CallNodeAndCategoryPath
1571- ) : CallNodeAndCategoryPath {
1572- const funcMatchesImplementation = FUNC_MATCHES [ implementationFilter ] ;
1573- return path . filter ( ( funcIndex ) =>
1574- funcMatchesImplementation ( thread , funcIndex . func )
1575- ) ;
1576- }
1577-
15781566// User-facing properties about a stack frame.
15791567export type BacktraceItem = { |
15801568 // The function name of the stack frame.
You can’t perform that action at this time.
0 commit comments