Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h1214 inline GateRef GetNamespaceFromSourceTextModule(GateRef glue, GateRef module);
Dstub_builder-inl.h4500 inline GateRef StubBuilder::GetNamespaceFromSourceTextModule(GateRef glue, GateRef module) in GetNamespaceFromSourceTextModule() function
Dstub_builder.cpp12525 GateRef moduleNamespace = GetNamespaceFromSourceTextModule(glue, requiredModule); in LoadModuleNamespaceByIndex()