Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index d15d024dc3ce11164f9b28eb026f8fa2c74e93d7..2c31d8e18cd7bc881470a4c8dc37ec4ccf0966a0 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -1685,6 +1685,10 @@ class Object : public Value { |
| V8EXPORT ExternalArrayType GetIndexedPropertiesExternalArrayDataType(); |
| V8EXPORT int GetIndexedPropertiesExternalArrayDataLength(); |
| + V8EXPORT Local<Value> Call(Handle<Object> recv, |
|
Mads Ager (chromium)
2011/04/28 11:53:05
Please add a comment explaining when it makes sens
|
| + int argc, |
| + Handle<Value> argv[]); |
| + |
| V8EXPORT static Local<Object> New(); |
| static inline Object* Cast(Value* obj); |
| private: |