Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 8 of 8) sorted by relevance

/ark/runtime_core/isa/
Disapi.rb31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures
35 srcdst, type = sig.match(/(\w+):(\w+)/).captures
120 _, operands = sig.match(/(\S+) (.+)/).captures
Dasserts.rb161 ssize, dsize = match.captures
/ark/runtime_core/tests/cts-generator/generator/
Dtest_case.rb102 str, num = match.captures
/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp619 std::vector<std::pair<bool, JSHandle<EcmaString>>> captures; in GetResult() local
656 captures.emplace_back(pair); in GetResult()
658 result.captures_ = captures; in GetResult()
/ark/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb76 @test_panda_options = match.captures[0]
/ark/js_runtime/ecmascript/compiler/
Doptions.h.erb105 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
/ark/runtime_core/templates/options/
Doptions.h.erb115 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
/ark/ts2abc/ts2panda/templates/
Dirnodes.ts.erb105 % _, operands = sig.match(/(\S+) (.+)/).captures