Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.h197 AllowExceptions; typedef
Disolate.cc1896 DCHECK(AllowExceptions::IsAllowed(this)); in Throw()
1913 DCHECK(AllowExceptions::IsAllowed(this)); in Throw()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp799 bool AllowExceptions = in runEHOnFunction() local
810 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue()); in runEHOnFunction()