Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_context_data.h53 kAllowWasmCodeGeneration = NODE_CONTEXT_ALLOW_WASM_CODE_GENERATION_INDEX, enumerator
Dnode_contextify.cc278 v8_context->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in New()
/third_party/node/src/api/
Denvironment.cc47 context->GetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration); in AllowWasmCodeGenerationCallback()
703 context->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in InitializeMainContextForSnapshot()