Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dfilter_helper.h25 #define NATIVE_CONFIGURABLE 1 << 2 macro
51 if ((filter & NATIVE_CONFIGURABLE) && !desc.IsConfigurable()) { in IgnoreKeyByFilter()