Home
last modified time | relevance | path

Searched refs:NewContextFromSnapshot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dsnapshot.h44 static Handle<Context> NewContextFromSnapshot();
Dsnapshot-common.cc63 Handle<Context> Snapshot::NewContextFromSnapshot() { in NewContextFromSnapshot() function in v8::internal::Snapshot
Dbootstrapper.cc2069 Handle<Context> new_context = Snapshot::NewContextFromSnapshot(); in Genesis()