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))
364 V(FatalErrorCallback, exception_behavior, NULL) \
295 FatalErrorCallback callback = isolate->exception_behavior(); in ReportApiFailure()