Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_context_data.h35 kAllowWasmCodeGeneration = NODE_CONTEXT_ALLOW_WASM_CODE_GENERATION_INDEX, enumerator
Dnode_contextify.cc233 ctx->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in CreateV8Context()
/third_party/node/src/api/
Denvironment.cc36 context->GetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration); in AllowWasmCodeGenerationCallback()
610 context->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in InitializeContextForSnapshot()