Searched refs:untyped_res (Results 1 – 1 of 1) sorted by relevance
568 Handle<SeqString> untyped_res; in StringReplaceGlobalAtomRegExpWithString() local569 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, untyped_res, maybe_res); in StringReplaceGlobalAtomRegExpWithString()570 Handle<ResultSeqString> result = Handle<ResultSeqString>::cast(untyped_res); in StringReplaceGlobalAtomRegExpWithString()