Home
last modified time | relevance | path

Searched defs:fastMode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1597 …const JSHandle<TaggedArray> &arr, JSHandle<TaggedArray> &prop, uint32_t &index, bool &fastMode, Pr… in EnumerableOwnPropertyNamesHelper()
1645 bool fastMode = true; in EnumerableOwnPropertyNames() local
Ddump.cpp602 static void DumpAttr(const PropertyAttributes &attr, bool fastMode, std::ostream &os) in DumpAttr()