Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp216 obj->GetJSHClass()->SetIsDictionaryElement(true); in TransitionElementsToDictionary()
228 obj->GetJSHClass()->SetIsDictionaryElement(false); in OptimizeAsFastElements()
Djs_hclass.h1626 inline void SetIsDictionaryElement(bool value) in SetIsDictionaryElement() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp352 handleGlobalObject->GetClass()->SetIsDictionaryElement(true); in HWTEST_F_L0()