Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h412 inline JSTaggedValue JSObject::ShouldGetValueFromBox(ObjectOperator *op) in ShouldGetValueFromBox() function
Djs_object.cpp698 JSTaggedValue ret = ShouldGetValueFromBox(op); in SetProperty()
750 JSTaggedValue ret = ShouldGetValueFromBox(op); in SetProperty()
790 JSTaggedValue ret = ShouldGetValueFromBox(op); in SetProperty()
917 JSTaggedValue ret = ShouldGetValueFromBox(op); in GetProperty()
Djs_object.h668 static JSTaggedValue ShouldGetValueFromBox(ObjectOperator *op);