Home
last modified time | relevance | path

Searched refs:context_data_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dsnapshot.h38 static const byte* context_data() { return context_data_; } in context_data()
49 static const byte context_data_[]; variable
Dsnapshot-empty.cc18 const byte Snapshot::context_data_[] = { 0 }; member in v8::internal::Snapshot