Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp57 … if (std::strcmp(IS_COMMON_JS, fieldName) == 0 || std::strcmp(MODULE_RECORD_IDX, fieldName) == 0) { in CheckIsBundlePack()
178 if (std::strcmp(IS_COMMON_JS, fieldName) == 0) { in InitializeMergedPF()
Djs_pandafile.h70 static constexpr char IS_COMMON_JS[] = "isCommonjs"; variable