Chromium Code Reviews| Index: include/v8.h |
| =================================================================== |
| --- include/v8.h (revision 5888) |
| +++ include/v8.h (working copy) |
| @@ -1539,6 +1539,11 @@ |
| */ |
| V8EXPORT Local<String> ObjectProtoToString(); |
| + /** |
| + * Returns name of the function that created this object. |
|
mnaganov (inactive)
2010/11/24 20:41:11
I'd rephrase this as: "Returns the name of the fun
yurys
2010/11/25 08:03:45
Done.
|
| + */ |
| + V8EXPORT Local<String> GetConstructorName(); |
| + |
| /** Gets the number of internal fields for this Object. */ |
| V8EXPORT int InternalFieldCount(); |
| /** Gets the value in an internal field. */ |