Lines Matching refs:TriggerUncaughtException
951 TriggerUncaughtException(isolate, error, message);
999 static void TriggerUncaughtException(const FunctionCallbackInfo<Value>& args) {
1010 errors::TriggerUncaughtException(isolate, exception, message, from_promise);
1020 registry->Register(TriggerUncaughtException);
1047 context, target, "triggerUncaughtException", TriggerUncaughtException);
1086 void TriggerUncaughtException(Isolate* isolate,
1181 void TriggerUncaughtException(Isolate* isolate, const v8::TryCatch& try_catch) {
1184 // TriggerUncaughtException()).
1191 // TriggerUncaughtException() because it will invoke
1196 TriggerUncaughtException(isolate,