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

  /external/v8/src/
global-handles.cc 134 bool IsWeak() {
323 bool GlobalHandles::IsWeak(Object** location) {
324 return Node::FromLocation(location)->IsWeak();
344 if (current->IsWeak() && current->callback() == callback) {
  /external/v8/include/
v8.h 404 inline bool IsWeak() const;
    [all...]

Completed in 252 milliseconds