Skip to content

Commit bab67fc

Browse files
committed
Implementation of v8::Isolate::InContext().
1 parent 9398c14 commit bab67fc

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
@@ -3256,8 +3256,7 @@ namespace v8 {
32563256
}
32573257

32583258
bool Isolate::InContext() {
3259-
TRACE
3260-
return true;
3259+
return reinterpret_cast<GraalIsolate*> (this)->ContextEntered();
32613260
}
32623261

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

0 commit comments

Comments
 (0)