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

  /external/v8/src/
v8globals.h 77 const Address kHandleZapValue =
86 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
handles-inl.h 65 ASSERT(reinterpret_cast<Address>(*location_) != kHandleZapValue);
handles.cc 110 *reinterpret_cast<Address*>(p) = v8::internal::kHandleZapValue;
    [all...]
type-info.cc 68 ASSERT(reinterpret_cast<Address>(*dictionary_.location()) != kHandleZapValue);

Completed in 39 milliseconds