Home
last modified time | relevance | path

Searched refs:ContextEmbedderIndex (Results 1 - 11 of 11) sorted by relevance

/third_party/node/src/
H A Dnode_context_data.h50 enum ContextEmbedderIndex { enum
68 ContextEmbedderIndex::kContextTag, in TagNodeContext()
77 ContextEmbedderIndex::kContextTag)) { in IsNodeContext()
81 ContextEmbedderIndex::kContextTag) != in IsNodeContext()
H A Dnode_realm-inl.h20 context->GetAlignedPointerFromEmbedderData(ContextEmbedderIndex::kRealm)); in GetCurrent()
67 ContextEmbedderIndex::kBindingDataStoreIndex)); in GetBindingData()
87 ContextEmbedderIndex::kBindingDataStoreIndex)); in AddBindingData()
H A Dnode_postmortem_metadata.cc53 ContextEmbedderIndex::kEnvironment; in GenDebugSymbols()
H A Denv.cc544 context->SetAlignedPointerInEmbedderData(ContextEmbedderIndex::kEnvironment, in AssignToContext()
546 context->SetAlignedPointerInEmbedderData(ContextEmbedderIndex::kRealm, realm); in AssignToContext()
549 ContextEmbedderIndex::kBindingDataStoreIndex, in AssignToContext()
554 ContextEmbedderIndex::kContextifyContext, nullptr); in AssignToContext()
842 ctx->SetAlignedPointerInEmbedderData(ContextEmbedderIndex::kEnvironment, in ~Environment()
844 ctx->SetAlignedPointerInEmbedderData(ContextEmbedderIndex::kRealm, nullptr); in ~Environment()
H A Dnode_contextify.cc154 ContextEmbedderIndex::kContextifyContext)); in ContextifyContext()
156 ContextEmbedderIndex::kContextifyContext, this); in ContextifyContext()
268 v8_context->SetEmbedderData(ContextEmbedderIndex::kSandboxObject, in New()
275 ContextEmbedderIndex::kAllowCodeGenerationFromStrings, in New()
277 v8_context->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in New()
448 ContextEmbedderIndex::kContextifyContext)); in Get()
H A Dnode_contextify.h77 return context()->GetEmbedderData(ContextEmbedderIndex::kSandboxObject) in sandbox()
H A Denv-inl.h186 ContextEmbedderIndex::kEnvironment)); in GetCurrent()
H A Dnode_errors.cc577 ContextEmbedderIndex::kAllowCodeGenerationFromStrings); in ModifyCodeGenerationFromStrings()
H A Djs_native_api_v8.cc148 enum ContextEmbedderIndex { enum
/third_party/node/src/api/
H A Denvironment.cc47 context->GetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration); in AllowWasmCodeGenerationCallback()
615 ContextEmbedderIndex::kAllowCodeGenerationFromStrings, in InitializeContextRuntime()
710 context->SetEmbedderData(ContextEmbedderIndex::kAllowWasmCodeGeneration, in InitializeMainContextForSnapshot()
713 ContextEmbedderIndex::kAllowCodeGenerationFromStrings, True(isolate)); in InitializeMainContextForSnapshot()
/third_party/node/test/cctest/
H A Dtest_node_postmortem_metadata.cc67 int kEnvironmentIndex = node::ContextEmbedderIndex::kEnvironment; in TEST_F()

Completed in 19 milliseconds