mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
import javascript
|
|
|
|
query predicate test_PromiseDefinition_getACatchHandler(
|
|
PromiseDefinition pd, DataFlow::FunctionNode res
|
|
) {
|
|
res = pd.getACatchHandler()
|
|
}
|