Home
last modified time | relevance | path

Searched refs:second_module (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/helloworld/
Dexpect_output.txt15 second_module got: I'm helloworld!
16 third_module got: I'm second_module!
DBUILD.gn16 host_moduletest_action("second_module") {
26 "second_module",
Dthird_module.js22 print("third_module got: " + second_module)
Dsecond_module.js22 var second_module = "I'm second_module!" variable