Home
last modified time | relevance | path

Searched refs:ass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/
Drun_ts_test262.py164 for ass in os.listdir(asserts):
165 if os.path.isfile(os.path.join(asserts, ass)):
166 with open(os.path.join(asserts, ass), 'r', encoding="utf-8") as file:
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp316 LLVMAssembler* ass = new LLVMAssembler(m, option); in AddModule() local
317 modulePackage_.emplace_back(Module(m, ass)); in AddModule()
343 LLVMAssembler* ass = new LLVMAssembler(m, option); in AddModule() local
344 modulePackage_.emplace_back(Module(m, ass)); in AddModule()