Home
last modified time | relevance | path

Searched refs:SUFFIX (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
H A Dindirect_call.js22 const SUFFIX = 'bar';
23 return arg + SUFFIX;
28 const SUFFIX = 'bar';
30 return [str + SUFFIX, num + 1];
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dhelpers.cpp54 static constexpr std::string_view SUFFIX = "_eval"; in FindEvaluationMethodName() local
75 if (delimiterPos < SUFFIX.size() || expectedMethodName.substr(delimiterPos - SUFFIX.size()) != SUFFIX) { in FindEvaluationMethodName()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_logger.h59 static constexpr const char SUFFIX[] = "_redundant_file.txt"; member in panda::ecmascript::ModuleLogger
H A Dmodule_logger.cpp38 path = FILEDIR + std::string(vm_->GetBundleName().c_str()) + SUFFIX; in CreateResultFile()
51 path = FILEDIR + std::string(vm_->GetBundleName().c_str()) + SUFFIX; in OpenResultFile()

Completed in 3 milliseconds