10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an error while loadi 8000 ng. Please reload this page.
1 parent 0de0f89 commit cb69811Copy full SHA for cb69811
src/node.h
@@ -683,6 +683,10 @@ class InternalCallbackScope;
683
*
684
* This object should be stack-allocated to ensure that it is contained in a
685
* valid HandleScope.
686
+ *
687
+ * Exceptions happening within this scope will be treated like uncaught
688
+ * exceptions. If this behaviour is undesirable, a new `v8::TryCatch` scope
689
+ * needs to be created inside of this scope.
690
*/
691
class NODE_EXTERN CallbackScope {
692
public:
0 commit comments