Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2008 const JSHandle<TaggedArray> &arr, JSHandle<TaggedArray> &prop, uint32_t &index, bool &fastMode, PropertyKind kind) in EnumerableOwnPropertyNamesHelper()
2019 if (fastMode) { in EnumerableOwnPropertyNamesHelper()
2040 fastMode = fastMode ? CheckHClassHit(obj, objClass) : fastMode; in EnumerableOwnPropertyNamesHelper()
2057 bool fastMode = true; in EnumerableOwnPropertyNames() local
2063 EnumerableOwnPropertyNamesHelper(thread, obj, elementArray, properties, index, fastMode, kind); in EnumerableOwnPropertyNames()
2066 EnumerableOwnPropertyNamesHelper(thread, obj, keyArray, properties, index, fastMode, kind); in EnumerableOwnPropertyNames()
2068 if (UNLIKELY(!fastMode && index < copyLengthOfKeys + copyLengthOfElements)) { in EnumerableOwnPropertyNames()
2007 EnumerableOwnPropertyNamesHelper(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<TaggedArray> &arr, JSHandle<TaggedArray> &prop, uint32_t &index, bool &fastMode, PropertyKind kind) EnumerableOwnPropertyNamesHelper() argument
H A Djs_object.h460 uint32_t &index, bool &fastMode, PropertyKind kind);
H A Ddump.cpp567 static void DumpAttr(const PropertyAttributes &attr, bool fastMode, std::ostream &os) in DumpAttr() argument
594 if (fastMode) { in DumpAttr()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 43 milliseconds