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

  /external/chromium_org/v8/src/
frames.h 335 bool can_access_heap_objects() const;
809 StackFrameIteratorBase(Isolate* isolate, bool can_access_heap_objects);
frames.cc 57 bool can_access_heap_objects)
61 can_access_heap_objects_(can_access_heap_objects) {
440 bool StackFrame::can_access_heap_objects() const { function in class:v8::internal::StackFrame
619 DCHECK(can_access_heap_objects());
750 DCHECK(can_access_heap_objects() &&
    [all...]

Completed in 95 milliseconds