Home
last modified time | relevance | path

Searched defs:capture_numeric_value (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc84 bool treat_global_objects_as_roots, bool capture_numeric_value) { in TakeSnapshot()
Dheap-snapshot-generator.h245 bool capture_numeric_value() const { return capture_numeric_value_; } in capture_numeric_value() function
Dheap-snapshot-generator.cc389 bool capture_numeric_value) in HeapSnapshot()
/third_party/node/deps/v8/src/api/
Dapi.cc10374 bool treat_global_objects_as_roots, bool capture_numeric_value) { in TakeHeapSnapshot()