Searched defs:DeserializeInternalFieldsCallback (Results 1 – 1 of 1) sorted by relevance
6342 struct DeserializeInternalFieldsCallback { struct6345 DeserializeInternalFieldsCallback(CallbackFunction function = nullptr, argument6347 : callback(function), data(data_arg) {} in callback()6348 void (*callback)(Local<Object> holder, int index, StartupData payload,6350 void* data;