Home
last modified time | relevance | path

Searched refs:LoadModuleAs (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/
Dtest_frontend_package.cpp26 LoadModuleAs("test_frontend", "test_frontend/test_frontend_package.js"); in SetUp()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.cpp26 LoadModuleAs("test_intrins", "test_intrins/test_intrins.js"); in SetUp()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/
Dclass_operations.cpp30 LoadModuleAs("module", "number_subtypes/module.js"); in SetUp()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/number_subtypes/
Dnumber_subtypes.cpp.erb29 LoadModuleAs("module", "module.js");
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h68 LoadModuleAs(fileName, fileName); in CallJsMethod()
93 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs() function