Home
last modified time | relevance | path

Searched refs:can_access_heap_objects_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes.cc103 can_access_heap_objects_(can_access_heap_objects) {} in StackFrameIteratorBase()
612 if (!iterator->can_access_heap_objects_) { in ComputeType()
738 return iterator_->can_access_heap_objects_; in can_access_heap_objects()
Dframes.h1222 const bool can_access_heap_objects_; variable