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

  /external/v8/src/
handles-inl.h 49 ASSERT(reinterpret_cast<Address>(*location_) != kHandleZapValue);
globals.h 178 const Address kHandleZapValue =
184 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddead);
handles.cc 105 *reinterpret_cast<Address*>(p) = v8::internal::kHandleZapValue;

Completed in 25 milliseconds