Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: include/v8.h

Issue 1860003002: Revert of [api] Restrict Template::Set to take templates or primitive values (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index b01a8cc54fe4e452bedd64832e95554c7c658429..db2178b73becb2c7ad76a5f28e8b81e4c14d1c33 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4102,11 +4102,7 @@
*/
class V8_EXPORT Template : public Data {
public:
- /**
- * Adds a property to each instance created by this template.
- *
- * The property must be defined either as a primitive value, or a template.
- */
+ /** Adds a property to each instance created by this template.*/
void Set(Local<Name> name, Local<Data> value,
PropertyAttribute attributes = None);
V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value);
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698