Searched refs:current_isolate (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-debug.h | 201 void SetBreakpoint(int func_index, int offset, Isolate* current_isolate); 218 void RemoveBreakpoint(int func_index, int offset, Isolate* current_isolate);
|
D | wasm-debug.cc | 831 Isolate* current_isolate) { in SetBreakpoint() argument 832 impl_->SetBreakpoint(func_index, offset, current_isolate); in SetBreakpoint() 854 Isolate* current_isolate) { in RemoveBreakpoint() argument 855 impl_->RemoveBreakpoint(func_index, offset, current_isolate); in RemoveBreakpoint()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 4230 Isolate* current_isolate = nullptr; in ThrowInternal() local 4233 current_isolate = current_data->isolate_; in ThrowInternal() 4234 DCHECK_NOT_NULL(current_isolate); in ThrowInternal() 4235 if (current_isolate == this) { in ThrowInternal() 4252 new EntryStackItem(current_data, current_isolate, entry_stack_); in ThrowInternal()
|