Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h145 INLINE(bool HasException()) { return num_matches_ < 0; } in INLINE() argument
Druntime.cc3942 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()
3946 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()
3988 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()
4027 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()
4031 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()
4068 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()
4469 if (global_cache.HasException()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
4483 if (global_cache.HasException()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
4555 if (global_cache.HasException()) return isolate->heap()->exception(); in SearchRegExpMultiple()
4630 if (global_cache.HasException()) return isolate->heap()->exception(); in SearchRegExpMultiple()