HomeSort by relevance Sort by last modified time
    Searched refs:can_access_heap_objects (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
frames.h 631 bool can_access_heap_objects() const;
    [all...]
frames.cc 60 bool can_access_heap_objects)
64 can_access_heap_objects_(can_access_heap_objects) {
443 // TODO(titzer): "can_access_heap_objects" is kind of bogus. It really
532 bool StackFrame::can_access_heap_objects() const { function in class:v8::internal::StackFrame
789 DCHECK(can_access_heap_objects());
965 DCHECK(can_access_heap_objects() &&
    [all...]

Completed in 1714 milliseconds