Home
last modified time | relevance | path

Searched refs:handle_exception (Results 1 - 14 of 14) sorted by relevance

/third_party/jinja2/
H A Dnativetypes.py112 return self.environment.handle_exception()
127 return self.environment.handle_exception()
H A Denvironment.py611 self.handle_exception(source=source)
638 self.handle_exception(source=source)
768 self.handle_exception(source=source_hint)
809 self.handle_exception(source=source)
930 def handle_exception(self, source: t.Optional[str] = None) -> "te.NoReturn": member in Environment
1301 self.environment.handle_exception()
1324 return self.environment.handle_exception()
1354 yield self.environment.handle_exception()
1373 yield self.environment.handle_exception()
H A Dasyncsupport.py35 yield self.environment.handle_exception()
65 return self.environment.handle_exception()
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py535 self.handle_exception(source=source)
555 self.handle_exception(source=source)
638 self.handle_exception(source=source_hint)
678 self.handle_exception(source=source)
826 def handle_exception(self, source=None): member in Environment
1090 self.environment.handle_exception()
1125 yield self.environment.handle_exception()
H A Dnativetypes.py91 return self.environment.handle_exception()
H A Dasyncsupport.py35 yield self.environment.handle_exception()
65 return self.environment.handle_exception()
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py493 self.handle_exception(exc_info, source_hint=source)
514 self.handle_exception(exc_info, source_hint=source)
591 self.handle_exception(exc_info, source_hint=source_hint)
633 self.handle_exception(exc_info, source_hint=source)
760 def handle_exception(self, exc_info=None, rendered=False, source_hint=None): member in Environment
1008 return self.environment.handle_exception(exc_info, True)
1045 yield self.environment.handle_exception(exc_info, True)
H A Dasyncsupport.py40 yield self.environment.handle_exception(exc_info, True)
70 return self.environment.handle_exception(exc_info, True)
H A Dnativetypes.py213 return self.environment.handle_exception(exc_info, True)
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py535 self.handle_exception(source=source)
555 self.handle_exception(source=source)
638 self.handle_exception(source=source_hint)
678 self.handle_exception(source=source)
826 def handle_exception(self, source=None): member in Environment
1090 self.environment.handle_exception()
1125 yield self.environment.handle_exception()
H A Dnativetypes.py91 return self.environment.handle_exception()
H A Dasyncsupport.py35 yield self.environment.handle_exception()
65 return self.environment.handle_exception()
/third_party/node/src/
H A Djs_native_api_v8.h141 // `handle_exception` callback should identify such case using
144 inline void CallIntoModule(T&& call, U&& handle_exception = HandleThrow) { in CallIntoModule()
152 handle_exception(this, last_exception.Get(this->isolate)); in CallIntoModule()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc868 const bool handle_exception = deoptimizing_throw_ && i == count - 1; in DoComputeOutputFrames() local
872 handle_exception); in DoComputeOutputFrames()
894 handle_exception in DoComputeOutputFrames()

Completed in 16 milliseconds