Home
last modified time | relevance | path

Searched defs:subMatch (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts30 subMatch?: boolean; property
178 const { subMatch = false } = options; constant
244 const subMatch = functionTextPattern.exec(sourceCode.substring(match.index)); constant
259 const subMatch = classTaskPattern.exec(sourceCode.substring(match.index)); constant