Searched refs:maybe_res (Results 1 – 1 of 1) sorted by relevance
428 MaybeHandle<SeqString> maybe_res; in StringReplaceGlobalAtomRegExpWithString() local430 maybe_res = isolate->factory()->NewRawOneByteString(result_len); in StringReplaceGlobalAtomRegExpWithString()432 maybe_res = isolate->factory()->NewRawTwoByteString(result_len); in StringReplaceGlobalAtomRegExpWithString()435 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, untyped_res, maybe_res); in StringReplaceGlobalAtomRegExpWithString()