Lines Matching refs:data
19 * Whether the data created can be rehashed and and the hash seed can be
25 * Allows embedders to verify whether the data is valid for the current
30 const char* data;
35 * Callback and supporting data used in SnapshotCreator to implement embedder
44 void* data);
47 : callback(function), data(data_arg) {}
49 void* data;
56 * Callback and supporting data used to implement embedder logic to deserialize
61 StartupData payload, void* data);
64 : callback(function), data(data_arg) {}
66 void* data);
67 void* data;
73 * Helper class to create a snapshot data blob.
143 * via Context::GetDataFromSnapshotOnce after deserialization. This data does
152 * via Isolate::GetDataFromSnapshotOnce after deserialization. This data does
160 * Created a snapshot data blob.
165 * caller acquires ownership of the data array in the return value.