Home
last modified time | relevance | path

Searched refs:function_code_handling (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot.h107 v8::SnapshotCreator::FunctionCodeHandling function_code_handling,
Dsnapshot.cc644 v8::SnapshotCreator::FunctionCodeHandling function_code_handling, in CreateSnapshotDataBlobInternal() argument
660 return snapshot_creator.CreateBlob(function_code_handling); in CreateSnapshotDataBlobInternal()
/external/v8/include/
Dv8.h10061 StartupData CreateBlob(FunctionCodeHandling function_code_handling);
/external/v8/src/api/
Dapi.cc740 SnapshotCreator::FunctionCodeHandling function_code_handling) { in CreateBlob() argument
790 isolate, function_code_handling == FunctionCodeHandling::kClear); in CreateBlob()