Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 4eb7614210fd1fb3120428e65f7c9ed97394f3b9..c5ff6ac597949e6fbcd0778118d8ba8544bc0752 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2892,6 +2892,8 @@ class V8_EXPORT Object : public Value { |
* leads to undefined behavior. |
*/ |
void SetAlignedPointerInInternalField(int index, void* value); |
+ void SetAlignedPointerInInternalFields(int argc, int indices[], |
+ void* values[]); |
jochen (gone - plz use gerrit)
2016/07/27 11:37:56
can we inline the body in the header?
|
// Testers for local properties. |
V8_DEPRECATED("Use maybe version", bool HasOwnProperty(Local<String> key)); |