D | js_typed_array.cpp | 34 bool JSTypedArray::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetOwnProperty() argument 54 JSTypedArray::IntegerIndexedElementGet(thread, typedarray, numericIndex).GetValue(); in GetOwnProperty() 67 return JSObject::OrdinaryGetOwnProperty(thread, JSHandle<JSObject>(typedarray), key, desc); in GetOwnProperty() 71 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() argument 88 JSHandle<JSTypedArray> typedarrayObj(typedarray); in HasProperty() 132 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() argument 142 JSHandle<JSTypedArray> typedarrayObj(typedarray); in DefineOwnProperty() 195 … return (JSTypedArray::IntegerIndexedElementSet(thread, typedarray, numericIndex, value)); in DefineOwnProperty() 205 …rationResult JSTypedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument 211 if ((key->IsString() || key->IsNumber()) && JSTaggedValue::SameValue(typedarray, receiver)) { in GetProperty() [all …]
|