Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.cpp31 if (SourceTextModule::IsModuleInSharedHeap(currentModule)) { in GenerateSendableFuncModule()
Djs_module_source_text.h209 inline static bool IsModuleInSharedHeap(JSHandle<SourceTextModule> currentModule) in IsModuleInSharedHeap() function
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1799 EXPECT_TRUE(SourceTextModule::IsModuleInSharedHeap(currentModule)); in HWTEST_F_L0()
3792 EXPECT_FALSE(SourceTextModule::IsModuleInSharedHeap(currentModule)); in HWTEST_F_L0()