Searched refs:Unescape (Results 1 – 3 of 3) sorted by relevance
41 MUST_USE_RESULT static MaybeHandle<String> Unescape(Isolate* isolate,72 MaybeHandle<String> URIUnescape::Unescape(Isolate* isolate, in Unescape() function
6354 ? URIUnescape::Unescape<uint8_t>(isolate, source) in RUNTIME_FUNCTION()6355 : URIUnescape::Unescape<uc16>(isolate, source)); in RUNTIME_FUNCTION()
15996 layer should URI-Unescape before trying to open resources.