Home
last modified time | relevance | path

Searched defs:holderHandle (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/cross_vm/
Ddynamic_object_accessor.cpp38 JSHandle<JSTaggedValue> holderHandle(jsThread, TaggedObject::Cast(obj)); in HasProperty() local
48 JSHandle<JSTaggedValue> holderHandle(jsThread, TaggedObject::Cast(obj)); in GetProperty() local
58 JSHandle<JSTaggedValue> holderHandle(jsThread, TaggedObject::Cast(obj)); in SetProperty() local
68 JSHandle<JSTaggedValue> holderHandle(jsThread, TaggedObject::Cast(obj)); in HasElementByIdx() local
77 JSHandle<JSTaggedValue> holderHandle(jsThread, TaggedObject::Cast(obj)); in GetElementByIdx() local
86 JSHandle<JSTaggedValue> holderHandle(jsThread, TaggedObject::Cast(obj)); in SetElementByIdx() local