Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0f77fdf2225b88ede69682728803575a4402f78f..1c1c46aec5bf137f2e837e5202aba60557b9ae3c 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10973,6 +10973,11 @@ class JSTypedArray: public JSArrayBufferView { |
DECL_ACCESSORS(length, Object) |
inline uint32_t length_value() const; |
+ // ES6 9.4.5.3 |
+ MUST_USE_RESULT static Maybe<bool> DefineOwnProperty( |
+ Isolate* isolate, Handle<JSTypedArray> o, Handle<Object> key, |
+ PropertyDescriptor* desc, ShouldThrow should_throw); |
+ |
DECLARE_CAST(JSTypedArray) |
ExternalArrayType type(); |