| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 7eeb57d75699ecfaae6bfa82a3ebd73a62593d1e..3166046091153217c37f9963a321ee2907ebebb3 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -2301,6 +2301,11 @@ bool Message::IsSharedCrossOrigin() const {
|
| }
|
|
|
|
|
| +v8::Isolate* Message::GetIsolate() const {
|
| + return reinterpret_cast<Isolate*>(Utils::OpenHandle(this)->GetIsolate());
|
| +}
|
| +
|
| +
|
| MaybeLocal<String> Message::GetSourceLine(Local<Context> context) const {
|
| PREPARE_FOR_EXECUTION(context, "v8::Message::GetSourceLine()", String);
|
| i::Handle<i::Object> result;
|
|
|