Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h357 enum CodeCacheOptions { enum
437 DisallowReassignment<CodeCacheOptions, true> code_cache_options = {
438 "cache", CodeCacheOptions::kNoProduceCache};
Dd8.cc757 ShellOptions::CodeCacheOptions::kProduceCache) { in ExecuteString()
775 ShellOptions::CodeCacheOptions::kProduceCacheAfterExecute) { in ExecuteString()
4515 ShellOptions::CodeCacheOptions::kProduceCache; in SetOptions()
4519 ShellOptions::CodeCacheOptions::kNoProduceCache; in SetOptions()
4523 ShellOptions::CodeCacheOptions::kProduceCacheAfterExecute; in SetOptions()
4527 ShellOptions::CodeCacheOptions::kProduceCache; in SetOptions()
5507 ShellOptions::CodeCacheOptions::kNoProduceCache) { in Main()
5541 ShellOptions::CodeCacheOptions::kNoProduceCache); in Main()