Searched refs:custom_source (Results 1 – 2 of 2) sorted by relevance
370 StartupData V8::CreateSnapshotDataBlob(const char* custom_source) { in CreateSnapshotDataBlob() argument387 if (custom_source != NULL) { in CreateSnapshotDataBlob()390 if (!RunExtraCode(isolate, new_context, custom_source)) context.Reset(); in CreateSnapshotDataBlob()
6146 static StartupData CreateSnapshotDataBlob(const char* custom_source = NULL);