Skip to content

Commit

Permalink
Merge branch 'master' into v8_9.7.106.18_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Genevieve authored Jan 12, 2022
2 parents a53a1b1 + c0dbfd3 commit c91186e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v8go.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ const char* CopyString(String::Utf8Value& value) {
return CopyString(*value);
}

RtnError ExceptionError(TryCatch& try_catch, Isolate* iso, Local<Context> ctx) {
Locker locker(iso);
Isolate::Scope isolate_scope(iso);
static RtnError ExceptionError(TryCatch& try_catch,
Isolate* iso,
Local<Context> ctx) {
HandleScope handle_scope(iso);

RtnError rtn = {nullptr, nullptr, nullptr};
Expand Down

0 comments on commit c91186e

Please sign in to comment.