Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DEdge.h292 : info_(info), on_heap_(on_heap), is_unsafe_(is_unsafe) {} in Iterator()
306 bool IsUnsafe() const { return is_unsafe_; } in IsUnsafe()
311 bool is_unsafe_; variable