Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc447 Handle<SeqString> untyped_res; in StringReplaceGlobalAtomRegExpWithString() local
448 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, untyped_res, maybe_res); in StringReplaceGlobalAtomRegExpWithString()
449 Handle<ResultSeqString> result = Handle<ResultSeqString>::cast(untyped_res); in StringReplaceGlobalAtomRegExpWithString()