Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp72 newArrayHandle->GetJSHClass()->SetIsJSArrayPrototypeModified(true); in CheckAndSetPrototypeModified()
Djs_hclass.h620 inline void SetIsJSArrayPrototypeModified(bool flag) const in SetIsJSArrayPrototypeModified() function
Djs_hclass.cpp575 newClass->SetIsJSArrayPrototypeModified(true); in SetPrototypeTransition()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2175 arrBaseFuncInstanceHClass->SetIsJSArrayPrototypeModified(true); in InitializeArray()