Home
last modified time | relevance | path

Searched refs:CreateUInt32 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/base/
Dutilities.h62 HRESULT CreateUInt32(uint32_t value, IModelObject** pp_int);
Dutilities.cc158 HRESULT CreateUInt32(uint32_t value, IModelObject** pp_int) { in CreateUInt32() function
/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc603 RETURN_IF_FAIL(CreateUInt32(node_id, pp_value)); in GetValue()