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

  /external/v8/src/
api-arguments.h 39 reinterpret_cast<Object*>(kHandleZapValue);
handles.cc 101 *reinterpret_cast<Address*>(p) = kHandleZapValue;
globals.h 395 const Address kHandleZapValue =
406 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
    [all...]

Completed in 755 milliseconds