Skip to content

Commit 8ddeaa0

Browse files
committed
Implementation of v8::Isolate::InContext().
1 parent 7d2606c commit 8ddeaa0

File tree

1 file changed

+1
-2
lines changed
  • graal-nodejs/deps/v8/src/graal

1 file changed

+1
-2
lines changed

graal-nodejs/deps/v8/src/graal/v8.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,8 +3191,7 @@ namespace v8 {
31913191
}
31923192

31933193
bool Isolate::InContext() {
3194-
TRACE
3195-
return true;
3194+
return reinterpret_cast<GraalIsolate*> (this)->ContextEntered();
31963195
}
31973196

31983197
void Isolate::Initialize(Isolate* isolate, const CreateParams& params) {

0 commit comments

Comments
 (0)