Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h66 static constexpr char COMMONJS_CLASS[] = "L_CommonJsRecord;"; variable
Djs_pandafile.cpp151 if (!info.isCjs && std::strcmp(COMMONJS_CLASS, desc) == 0) { in InitializeUnMergedPF()