mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
libdeno: Remove unused members of DenoIsolate
This commit is contained in:
parent
63d558da0c
commit
218735c7cc
@ -56,9 +56,6 @@ class DenoIsolate {
|
||||
std::map<int, v8::Persistent<v8::Value>> pending_promise_map_;
|
||||
std::string last_exception_;
|
||||
v8::Persistent<v8::Function> recv_;
|
||||
v8::Persistent<v8::Function> global_error_handler_;
|
||||
v8::Persistent<v8::Function> promise_reject_handler_;
|
||||
v8::Persistent<v8::Function> promise_error_examiner_;
|
||||
v8::StartupData snapshot_;
|
||||
v8::Persistent<v8::ArrayBuffer> global_import_buf_;
|
||||
v8::Persistent<v8::ArrayBuffer> shared_ab_;
|
||||
|
Loading…
Reference in New Issue
Block a user