Home
last modified time | relevance | path

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

/third_party/node/src/
Denv-inl.h384 ContextEmbedderIndex::kEnvironment, this); in AssignToContext()
387 ContextEmbedderIndex::kContextTag, Environment::kNodeContextTagPtr); in AssignToContext()
390 ContextEmbedderIndex::kBindingListIndex, &(this->bindings_)); in AssignToContext()
410 ContextEmbedderIndex::kContextTag)) { in GetCurrent()
414 ContextEmbedderIndex::kContextTag) != in GetCurrent()
420 ContextEmbedderIndex::kEnvironment)); in GetCurrent()
449 ContextEmbedderIndex::kBindingListIndex)); in GetBindingData()
468 ContextEmbedderIndex::kBindingListIndex)); in AddBindingData()
Dnode_context_data.h32 enum ContextEmbedderIndex { enum
Dnode_postmortem_metadata.cc53 ContextEmbedderIndex::kEnvironment; in GenDebugSymbols()
Dnode_contextify.h74 context()->GetEmbedderData(ContextEmbedderIndex::kSandboxObject)); in sandbox()
Dnode_contextify.cc226 ctx->SetEmbedderData(ContextEmbedderIndex::kSandboxObject, sandbox_obj); in CreateV8Context()
233 ctx->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in CreateV8Context()
Denv.cc487 ContextEmbedderIndex::kEnvironment, nullptr); in ~Environment()
/third_party/node/test/cctest/
Dtest_node_postmortem_metadata.cc67 int kEnvironmentIndex = node::ContextEmbedderIndex::kEnvironment; in TEST_F()
/third_party/node/src/api/
Denvironment.cc36 context->GetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration); in AllowWasmCodeGenerationCallback()
610 context->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in InitializeContextForSnapshot()