Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp934 result.SetIsWritable(attr.IsWritable()); in LookupPropertyInAotHClass()
992 result.SetIsWritable(attr.IsWritable()); in LookupPropertyInPGOHClass()
1037 result.SetIsWritable(attr.IsWritable()); in LookupPropertyInBuiltinPrototypeHClass()
1251 result.SetIsWritable(attr.IsWritable()); in LookupPropertyInBuiltinHClass()
Djs_hclass.h1904 inline void SetIsWritable(bool flag) in SetIsWritable() function