Home
last modified time | relevance | path

Searched refs:FunctionCodeHandling (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-snapshot.h82 enum class FunctionCodeHandling { kClear, kKeep }; enum
167 StartupData CreateBlob(FunctionCodeHandling function_code_handling);
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h123 v8::SnapshotCreator::FunctionCodeHandling function_code_handling,
Dmksnapshot.cc158 v8::SnapshotCreator::FunctionCodeHandling::kClear, embedded_source, in CreateSnapshotDataBlob()
Dsnapshot.cc732 v8::SnapshotCreator::FunctionCodeHandling function_code_handling, in CreateSnapshotDataBlobInternal()
779 v8::SnapshotCreator::FunctionCodeHandling::kKeep); in WarmUpSnapshotDataBlobInternal()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc915 v8::SnapshotCreator::FunctionCodeHandling::kClear, nullptr); in RUNTIME_FUNCTION()
/third_party/node/src/
Dnode_snapshotable.cc1265 creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kKeep); in Generate()
/third_party/node/deps/v8/src/api/
Dapi.cc589 SnapshotCreator::FunctionCodeHandling function_code_handling) { in CreateBlob()
643 isolate, function_code_handling == FunctionCodeHandling::kClear); in CreateBlob()
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md2674 …thub.com/nodejs/node/commit/123b2d6795)] - **bootstrap**: turn on FunctionCodeHandling::kKeep in t…