Searched refs:NewContextFromSnapshot (Results 1 – 3 of 3) sorted by relevance
44 static Handle<Context> NewContextFromSnapshot();
63 Handle<Context> Snapshot::NewContextFromSnapshot() { in NewContextFromSnapshot() function in v8::internal::Snapshot
2069 Handle<Context> new_context = Snapshot::NewContextFromSnapshot(); in Genesis()