Home
last modified time | relevance | path

Searched refs:IDebugHostContext (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dv8windbg-extension.h22 WRL::ComPtr<IDebugHostContext>& sp_ctx);
24 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name);
26 WRL::ComPtr<IDebugHostContext>& sp_ctx);
77 WRL::ComPtr<IDebugHostContext> sp_v8_module_ctx_;
H A Dobject-inspection.cc14 WRL::ComPtr<IDebugHostContext> context, in V8CachedObject()
25 WRL::ComPtr<IDebugHostContext> context; in Create()
173 HRESULT CreateSyntheticObjectForV8Object(IDebugHostContext* ctx, in CreateSyntheticObjectForV8Object()
188 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBasicField()
215 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBitField()
266 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForStruct()
335 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForProperty()
379 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetModelForCustomArrayElement()
500 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetKey()
546 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetValue()
[all …]
H A Dv8-debug-helper-interop.cc21 explicit MemReaderScope(WRL::ComPtr<IDebugHostContext> sp_context) in MemReaderScope()
42 WRL::ComPtr<IDebugHostContext> sp_context_;
43 static IDebugHostContext* context_;
45 IDebugHostContext* MemReaderScope::context_;
84 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context, in GetHeapObject()
H A Dlist-chunks.cc16 WRL::ComPtr<IDebugHostContext> sp_ctx; in Call()
47 WRL::ComPtr<IDebugHostContext>& host_context) in MemoryChunkIterator()
201 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetAt()
233 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetIterator()
H A Dlist-chunks.h48 MemoryChunkIterator(WRL::ComPtr<IDebugHostContext>& host_context);
66 WRL::ComPtr<IDebugHostContext> sp_ctx_;
H A Dcur-isolate.cc7 HRESULT GetIsolateKey(WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetIsolateKey()
31 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetCurrentIsolate()
H A Dv8windbg-extension.cc64 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8ObjectType()
69 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name) { in GetTypeFromV8Module()
118 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8Module()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/src/
H A Dobject-inspection.cc14 WRL::ComPtr<IDebugHostContext> context, in V8CachedObject()
26 WRL::ComPtr<IDebugHostContext> context; in Create()
176 HRESULT CreateSyntheticObjectForV8Object(IDebugHostContext* ctx, in CreateSyntheticObjectForV8Object()
191 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBasicField()
218 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBitField()
269 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForStruct()
357 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetModelForCustomArrayElement()
478 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetKey()
524 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetValue()
577 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetValue()
[all …]
H A Dv8-debug-helper-interop.cc21 explicit MemReaderScope(WRL::ComPtr<IDebugHostContext> sp_context) in MemReaderScope()
42 WRL::ComPtr<IDebugHostContext> sp_context_;
43 static IDebugHostContext* context_;
45 IDebugHostContext* MemReaderScope::context_;
120 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context, in GetHeapObject()
169 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context, in GetStackFrame()
H A Dv8windbg-extension.h22 WRL::ComPtr<IDebugHostContext>& sp_ctx);
24 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name);
26 WRL::ComPtr<IDebugHostContext>& sp_ctx);
95 WRL::ComPtr<IDebugHostContext> sp_v8_module_ctx_;
H A Djs-stack.cc11 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetJSStackFrames()
32 WRL::ComPtr<IDebugHostContext> sp_ctx; in Call()
63 WRL::ComPtr<IDebugHostContext>& host_context) in StackFrameIterator()
203 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetAt()
235 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetIterator()
H A Dv8-debug-helper-interop.h128 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context,
140 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context,
H A Djs-stack.h48 StackFrameIterator(WRL::ComPtr<IDebugHostContext>& host_context);
64 WRL::ComPtr<IDebugHostContext> sp_ctx_;
H A Dcur-isolate.cc7 HRESULT GetIsolateKey(WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetIsolateKey()
31 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetCurrentIsolate()
H A Dobject-inspection.h34 WRL::ComPtr<IDebugHostContext> context, bool is_compressed);
51 WRL::ComPtr<IDebugHostContext> context_;
294 WRL::ComPtr<IDebugHostContext>& sp_ctx,
H A Dv8windbg-extension.cc64 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8ObjectType()
69 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name) { in GetTypeFromV8Module()
118 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8Module()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dobject-inspection.cc14 WRL::ComPtr<IDebugHostContext> context, in V8CachedObject()
25 WRL::ComPtr<IDebugHostContext> context; in Create()
173 HRESULT CreateSyntheticObjectForV8Object(IDebugHostContext* ctx, in CreateSyntheticObjectForV8Object()
188 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBasicField()
215 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBitField()
266 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForStruct()
354 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetModelForCustomArrayElement()
475 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetKey()
521 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetValue()
574 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetValue()
[all …]
H A Dv8-debug-helper-interop.cc21 explicit MemReaderScope(WRL::ComPtr<IDebugHostContext> sp_context) in MemReaderScope()
42 WRL::ComPtr<IDebugHostContext> sp_context_;
43 static IDebugHostContext* context_;
45 IDebugHostContext* MemReaderScope::context_;
120 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context, in GetHeapObject()
169 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context, in GetStackFrame()
H A Dv8windbg-extension.h22 WRL::ComPtr<IDebugHostContext>& sp_ctx);
24 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name);
26 WRL::ComPtr<IDebugHostContext>& sp_ctx);
95 WRL::ComPtr<IDebugHostContext> sp_v8_module_ctx_;
H A Dlist-chunks.cc16 WRL::ComPtr<IDebugHostContext> sp_ctx; in Call()
47 WRL::ComPtr<IDebugHostContext>& host_context) in MemoryChunkIterator()
201 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetAt()
233 WRL::ComPtr<IDebugHostContext> sp_ctx; in GetIterator()
H A Dlist-chunks.h48 MemoryChunkIterator(WRL::ComPtr<IDebugHostContext>& host_context);
66 WRL::ComPtr<IDebugHostContext> sp_ctx_;
H A Dv8-debug-helper-interop.h128 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context,
140 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context,
H A Dcur-isolate.cc7 HRESULT GetIsolateKey(WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetIsolateKey()
31 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetCurrentIsolate()
H A Dobject-inspection.h34 WRL::ComPtr<IDebugHostContext> context, bool is_compressed);
51 WRL::ComPtr<IDebugHostContext> context_;
294 WRL::ComPtr<IDebugHostContext>& sp_ctx,
H A Dv8windbg-extension.cc64 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8ObjectType()
69 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name) { in GetTypeFromV8Module()
118 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8Module()

12