Lines Matching defs:prop
106 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn()
221 const JSHandle<JSTaggedValue> &prop) in RuntimeDelObjProp()
243 auto prop = JSTaggedValue::GetProperty(thread, array, i).GetValue(); in RuntimeNewObjApply() local
450 … const JSHandle<JSTaggedValue> &prop, bool callGetter, in RuntimeLdObjByValue()
473 const JSHandle<JSTaggedValue> &prop, in RuntimeStObjByValue()
571 …ggedValue RuntimeStubs::RuntimeLdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, in RuntimeLdObjByName()
587 const JSHandle<JSTaggedValue> &prop, in RuntimeStObjByName()
618 …gedValue RuntimeStubs::RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeStGlobalRecord()
930 const JSHandle<JSTaggedValue> &prop, in RuntimeStOwnByName()
1231 const JSHandle<JSTaggedValue> &prop) in RuntimeTryLdGlobalByName()
1241 JSTaggedValue RuntimeStubs::RuntimeTryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, in RuntimeTryUpdateGlobalRecord()
1260 …lue RuntimeStubs::RuntimeThrowReferenceError(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeThrowReferenceError()
1274 const JSHandle<JSTaggedValue> &prop) in RuntimeLdGlobalVarFromProto()
1284 …TaggedValue RuntimeStubs::RuntimeStGlobalVar(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeStGlobalVar()
1973 const JSHandle<JSTaggedValue> &prop, in RuntimeDefineGetterSetterByValue()