Home
last modified time | relevance | path

Searched defs:GetModuleNamespace (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp115 JSTaggedValue ModuleValueAccessor::GetModuleNamespace(JSThread *thread, int32_t index) in GetModuleNamespace() function in panda::ecmascript::ModuleValueAccessor
121 JSTaggedValue ModuleValueAccessor::GetModuleNamespace(JSThread *thread, int32_t index, JSTaggedValu… in GetModuleNamespace() function in panda::ecmascript::ModuleValueAccessor
552 JSTaggedValue DeprecatedModuleValueAccessor::GetModuleNamespace(JSThread* thread, JSTaggedValue loc… in GetModuleNamespace() function in panda::ecmascript::DeprecatedModuleValueAccessor
558 JSTaggedValue DeprecatedModuleValueAccessor::GetModuleNamespace(JSThread* thread, JSTaggedValue loc… in GetModuleNamespace() function in panda::ecmascript::DeprecatedModuleValueAccessor
Djs_module_source_text.cpp860 JSHandle<JSTaggedValue> SourceTextModule::GetModuleNamespace(JSThread *thread, in GetModuleNamespace() function in panda::ecmascript::SourceTextModule
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1181 JSTaggedValue SlowRuntimeStub::GetModuleNamespace(JSThread *thread, int32_t index) in GetModuleNamespace() function in panda::ecmascript::SlowRuntimeStub
1186 JSTaggedValue SlowRuntimeStub::GetModuleNamespace(JSThread *thread, JSTaggedValue localName) in GetModuleNamespace() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1861 void PandaGen::GetModuleNamespace(const ir::AstNode *node, uint32_t index) in GetModuleNamespace() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp3105 HWTEST_F_L0(EcmaModuleTest, GetModuleNamespace) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1845 DEF_RUNTIME_STUBS(GetModuleNamespace) in DEF_RUNTIME_STUBS() argument