Home
last modified time | relevance | path

Searched defs:GetCurrentIsolate (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
Dcur-isolate.cc27 HRESULT GetCurrentIsolate(WRL::ComPtr<IModelObject>& sp_result) { in GetCurrentIsolate() function
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dtarget.h49 Isolate* GetCurrentIsolate() const { return current_isolate_; } in GetCurrentIsolate() function