Searched refs:match_obj (Results 1 – 3 of 3) sorted by relevance
39 match_obj = re.match(44 if match_obj:47 match_obj.group('chrome_major_version')):49 prev_beta = match_obj.groupdict()
55 match_obj = re.match('.*# BLOCK \d+ .*count:(\d+)', line)56 if match_obj:57 return int(match_obj.group(1))
1787 Handle<Object> match_obj; in RUNTIME_FUNCTION() local1788 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match_obj, in RUNTIME_FUNCTION()1793 Object::ToString(isolate, match_obj)); in RUNTIME_FUNCTION()1818 Handle<Object> match_obj; in RUNTIME_FUNCTION() local1819 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match_obj, in RUNTIME_FUNCTION()1824 Object::ToString(isolate, match_obj)); in RUNTIME_FUNCTION()