Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.h103 SET_DATE_VALUE(SetMinutes, CODE_SET_MINUTES, true);
127 SET_DATE_VALUE(SetUTCMinutes, CODE_SET_MINUTES, false);
173 static constexpr uint32_t CODE_SET_MINUTES = 0x74; variable