Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h307 void AddPropertyInternal(const JSHandle<JSTaggedValue> &value);
Dobject_operator.cpp216 op.AddPropertyInternal(value); in FastAdd()
856 AddPropertyInternal(value); in AddProperty()
976 void ObjectOperator::AddPropertyInternal(const JSHandle<JSTaggedValue> &value) in AddPropertyInternal() function in panda::ecmascript::ObjectOperator