Home
last modified time | relevance | path

Searched defs:module_context (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc770 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local
815 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2843 const TNode<Context> module_context = LoadModuleContext(context); in GetImportMetaObject() local