Searched defs:IsWeak (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dglobal-handles.cc135 bool IsWeak() const { return state_ == WEAK; } function in class:v8::internal::GlobalHandles::Node
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/v8/include/
H A Dv8.h408 inline bool IsWeak() const;
3976 bool Persistent<T>::IsWeak() const { function in class:v8::Persistent

Completed in 109 milliseconds