Lines Matching refs:tryCatch
98 const v8::TryCatch& tryCatch, in wrapEvaluateResultAsync() argument
105 maybeResultValue, tryCatch, objectGroup, wrapMode, &result, in wrapEvaluateResultAsync()
166 if (scope.tryCatch().HasCaught()) { in innerCallFunctionOn()
168 scope.tryCatch(), objectGroup, WrapMode::kNoPreview, in innerCallFunctionOn()
197 if (!awaitPromise || scope.tryCatch().HasCaught()) { in innerCallFunctionOn()
199 scope.tryCatch(), objectGroup, wrapMode, in innerCallFunctionOn()
331 if (!await || scope.tryCatch().HasCaught()) { in evaluate()
333 scope.tryCatch(), objectGroup.fromMaybe(""), in evaluate()
546 if (scope.tryCatch().HasCaught()) { in compileScript()
548 scope.tryCatch(), String16(), exceptionDetails); in compileScript()
631 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) { in runScript()
633 scope.tryCatch(), objectGroup.fromMaybe(""), mode, in runScript()