Home
last modified time | relevance | path

Searched refs:current_isolate (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h201 void SetBreakpoint(int func_index, int offset, Isolate* current_isolate);
218 void RemoveBreakpoint(int func_index, int offset, Isolate* current_isolate);
H A Dwasm-debug.cc831 Isolate* current_isolate) { in SetBreakpoint()
832 impl_->SetBreakpoint(func_index, offset, current_isolate); in SetBreakpoint()
854 Isolate* current_isolate) { in RemoveBreakpoint()
855 impl_->RemoveBreakpoint(func_index, offset, current_isolate); in RemoveBreakpoint()
830 SetBreakpoint(int func_index, int offset, Isolate* current_isolate) SetBreakpoint() argument
853 RemoveBreakpoint(int func_index, int offset, Isolate* current_isolate) RemoveBreakpoint() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.cc4230 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()

Completed in 11 milliseconds