Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper.h147 struct StackFrameResult { struct
148 size_t num_properties;
149 ObjectProperty** properties;
Ddebug-helper-internal.h176 class StackFrameResult; variable
185 StackFrameResult(std::vector<std::unique_ptr<ObjectProperty>> properties) { in StackFrameResult() function