HomeSort by relevance Sort by last modified time
    Searched defs:IsWeak (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
global-handles.cc 135 bool IsWeak() const { return state_ == WEAK; }
456 bool GlobalHandles::IsWeak(Object** location) {
457 return Node::FromLocation(location)->IsWeak();
476 if (it.node()->IsWeak() && it.node()->callback() == callback) {
485 if (it.node()->IsWeak() && f(it.node()->location())) {
508 if (node->is_independent() && node->IsWeak() &&
665 it.node()->IsWeak() ? " (weak)" : "");
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/v8/include/
v8.h 408 inline bool IsWeak() const;
    [all...]

Completed in 61 milliseconds