Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserialize.h278 static const int kGlobalProxyReference = 0; variable
Dserialize.cc567 attached_objects[kGlobalProxyReference] = global_proxy; in DeserializePartial()
949 DCHECK(deserializing_user_code() || index == kGlobalProxyReference); \ in ReadData()
1634 sink_->PutInt(kGlobalProxyReference, "kGlobalProxyReference"); in SerializeKnownObject()