Searched refs:exception_behavior (Results 1 – 3 of 3) sorted by relevance
43 def TryCatch(result, string, exception_behavior = ""): argument44 result.append("try { %s } catch(e) { %s }" % (string, exception_behavior))
401 V(FatalErrorCallback, exception_behavior, nullptr) \
317 FatalErrorCallback callback = isolate->exception_behavior(); in ReportApiFailure()