Home
last modified time | relevance | path

Searched refs:embedded_source (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dmksnapshot.cc147 const char* embedded_source) { in CreateSnapshotDataBlob() argument
152 v8::SnapshotCreator::FunctionCodeHandling::kClear, embedded_source, in CreateSnapshotDataBlob()
Dsnapshot.h108 const char* embedded_source, v8::Isolate* isolate = nullptr);
Dsnapshot.cc645 const char* embedded_source, v8::Isolate* isolate) { in CreateSnapshotDataBlobInternal() argument
654 if (embedded_source != nullptr && in CreateSnapshotDataBlobInternal()
655 !RunExtraCode(isolate, context, embedded_source, "<embedded>")) { in CreateSnapshotDataBlobInternal()