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

  /external/chromium_org/v8/src/
global-handles.cc 174 bool IsNearDeath() const {
518 bool GlobalHandles::IsNearDeath(Object** location) {
519 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/src/
global-handles.cc 130 bool IsNearDeath() const {
451 bool GlobalHandles::IsNearDeath(Object** location) {
452 return Node::FromLocation(location)->IsNearDeath();
  /external/v8/include/
v8.h 403 inline bool IsNearDeath() const;
    [all...]
  /external/chromium_org/v8/include/
v8.h 708 V8_INLINE(bool IsNearDeath() const);
711 V8_INLINE(bool IsNearDeath(Isolate* isolate) const) { return IsNearDeath(); }
    [all...]

Completed in 235 milliseconds