Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp5367 #define DUMP_CONST_FIELD(type, name, ...) vec.emplace_back(#name, globalConst->Get##name()); in DumpForSnapshot() macro
5372 GLOBAL_ENV_CONSTANT_CLASS(DUMP_CONST_FIELD) in DumpForSnapshot()
5374 GLOBAL_ENV_CONSTANT_SPECIAL(DUMP_CONST_FIELD) in DumpForSnapshot()
5376 GLOBAL_ENV_CONSTANT_CONSTANT(DUMP_CONST_FIELD) in DumpForSnapshot()
5378 GLOBAL_ENV_CACHES(DUMP_CONST_FIELD) in DumpForSnapshot()
5381 #undef DUMP_CONST_FIELD in DumpForSnapshot() macro

Completed in 10 milliseconds