| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 12e5535 commit bb6fd7c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -873,6 +873,7 @@ void Environment::set_process_exit_handler( | |||
| 873 | 873 | return PropertyName##_.Get(isolate_); \ | |
| 874 | 874 | } \ | |
| 875 | 875 | inline void IsolateData::set_##PropertyName(v8::Local<TypeName> value) { \ | |
| 876 | + CHECK(PropertyName##_.IsEmpty()); \ | ||
| 876 | 877 | PropertyName##_.Set(isolate_, value); \ | |
| 877 | 878 | } | |
| 878 | 879 | PER_ISOLATE_TEMPLATE_PROPERTIES(V) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments