Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test262/
Drun_sunspider.py105 PROTO_BIN_SUFFIX = "protoBin" variable
283 proto_bin_file = output_file + "." + PROTO_BIN_SUFFIX
306 dependency_file_prefix, PROTO_BIN_SUFFIX)
308 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
328 dependency_file_prefix, PROTO_BIN_SUFFIX)
343 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
349 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
362 proto_bin_file = file_name_pre + "." + PROTO_BIN_SUFFIX
446 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp59 static constexpr const char* PROTO_BIN_SUFFIX = "protoBin"; variable
1440 … g_compilerOutputProto = output.substr(0, output.find_last_of(".") + 1).append(PROTO_BIN_SUFFIX); in EmitProgram()