Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc370 StartupData V8::CreateSnapshotDataBlob(const char* custom_source) { in CreateSnapshotDataBlob() argument
387 if (custom_source != NULL) { in CreateSnapshotDataBlob()
390 if (!RunExtraCode(isolate, new_context, custom_source)) context.Reset(); in CreateSnapshotDataBlob()
/external/v8/include/
Dv8.h6146 static StartupData CreateSnapshotDataBlob(const char* custom_source = NULL);