Lines Matching defs:target
29 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectApply() local
35 …TaggedValue BuiltinsReflect::ReflectApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> target, in ReflectApplyInternal()
68 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectConstruct() local
88 …edValue BuiltinsReflect::ReflectConstructInternal(JSThread *thread, JSHandle<JSTaggedValue> target, in ReflectConstructInternal()
109 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectDefineProperty() local
133 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectDeleteProperty() local
177 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectGetOwnPropertyDescriptor() local
218 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectHas() local
223 JSTaggedValue BuiltinsReflect::ReflectHasInternal(JSThread *thread, JSHandle<JSTaggedValue> target, in ReflectHasInternal()
245 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectIsExtensible() local
261 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectOwnKeys() local
281 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectPreventExtensions() local
324 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectSetPrototypeOf() local