mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
libdeno: Remove unused members of DenoIsolate
This commit is contained in:
parent
63d558da0c
commit
218735c7cc
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ class DenoIsolate {
|
||||||
std::map<int, v8::Persistent<v8::Value>> pending_promise_map_;
|
std::map<int, v8::Persistent<v8::Value>> pending_promise_map_;
|
||||||
std::string last_exception_;
|
std::string last_exception_;
|
||||||
v8::Persistent<v8::Function> recv_;
|
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::StartupData snapshot_;
|
||||||
v8::Persistent<v8::ArrayBuffer> global_import_buf_;
|
v8::Persistent<v8::ArrayBuffer> global_import_buf_;
|
||||||
v8::Persistent<v8::ArrayBuffer> shared_ab_;
|
v8::Persistent<v8::ArrayBuffer> shared_ab_;
|
||||||
|
|
Loading…
Reference in a new issue