#include <v8.h>
Public Member Functions | |
| V8EXPORT Local< Object > | NewInstance () const |
| V8EXPORT Local< Object > | NewInstance (int argc, Handle< Value > argv[]) const |
| V8EXPORT Local< Value > | Call (Handle< Object > recv, int argc, Handle< Value > argv[]) |
| V8EXPORT void | SetName (Handle< String > name) |
| V8EXPORT Handle< Value > | GetName () const |
| V8EXPORT int | GetScriptLineNumber () const |
| V8EXPORT ScriptOrigin | GetScriptOrigin () const |
Static Public Member Functions | |
| static Function * | Cast (Value *obj) |
Static Public Attributes | |
| static V8EXPORT const int | kLineOffsetNotFound |
A JavaScript function object (ECMA-262, 15.3).
| V8EXPORT int v8::Function::GetScriptLineNumber | ( | ) | const |
Returns zero based line number of function body and kLineOffsetNotFound if no information available.
1.7.1