Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h123 v8::SnapshotCreator::FunctionCodeHandling function_code_handling,
Dsnapshot.cc732 v8::SnapshotCreator::FunctionCodeHandling function_code_handling, in CreateSnapshotDataBlobInternal() argument
748 return snapshot_creator.CreateBlob(function_code_handling); in CreateSnapshotDataBlobInternal()
/third_party/node/deps/v8/include/
Dv8-snapshot.h167 StartupData CreateBlob(FunctionCodeHandling function_code_handling);
/third_party/node/deps/v8/src/api/
Dapi.cc589 SnapshotCreator::FunctionCodeHandling function_code_handling) { in CreateBlob() argument
643 isolate, function_code_handling == FunctionCodeHandling::kClear); in CreateBlob()