Home
last modified time | relevance | path

Searched defs:SnapshotCreatorData (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dapi.cc482 struct SnapshotCreatorData { struct
483 explicit SnapshotCreatorData(Isolate* isolate) in SnapshotCreatorData() function
490 static SnapshotCreatorData* cast(void* data) { in cast()
494 ArrayBufferAllocator allocator_;
495 Isolate* isolate_;
496 Persistent<Context> default_context_;
497 PersistentValueVector<Context> contexts_;
498 PersistentValueVector<Template> templates_;
499 std::vector<SerializeInternalFieldsCallback> internal_fields_serializers_;
500 bool created_;