Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/tests/checked/
Dchecker.rb65 def match_str(match) argument
69 def contains?(str, match) argument
91 def find(match) argument
99 def find_next(match) argument
107 def find_not(match) argument
115 def find_next_not(match) argument
260 def EVENT(match) argument
266 def EVENT_NEXT(match) argument
272 def EVENT_COUNT(match) argument
278 def EVENT_NOT(match) argument
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeGuardsNestedAssignments.ts122 let match: RegExpExecArray | null variable
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp61 JSTaggedValue match = BuiltinsRegExp::RegExpExec(thread, regexHandle, inputStr, false); in Next() local
/arkcompiler/ets_runtime/test/perform/string/
Dstring.js41 function replacer(match, p1, p2, p3, offset, string) { argument