Searched refs:maybe_res (Results 1 – 1 of 1) sorted by relevance
562 MaybeHandle<SeqString> maybe_res; in StringReplaceGlobalAtomRegExpWithString() local564 maybe_res = isolate->factory()->NewRawOneByteString(result_len); in StringReplaceGlobalAtomRegExpWithString()566 maybe_res = isolate->factory()->NewRawTwoByteString(result_len); in StringReplaceGlobalAtomRegExpWithString()569 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, untyped_res, maybe_res); in StringReplaceGlobalAtomRegExpWithString()