aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/env.h b/src/env.h
index 8f4c5ea1a6..3d047166b2 100644
--- a/src/env.h
+++ b/src/env.h
@@ -551,10 +551,8 @@ class Environment {
inline AliasedBuffer<uint8_t, v8::Uint8Array>& fields();
inline bool has_scheduled() const;
inline bool has_promise_rejections() const;
- inline bool has_thrown() const;
inline void promise_rejections_toggle_on();
- inline void set_has_thrown(bool state);
private:
friend class Environment; // So we can call the constructor.
@@ -563,7 +561,6 @@ class Environment {
enum Fields {
kHasScheduled,
kHasPromiseRejections,
- kHasThrown,
kFieldsCount
};