[−][src]Module neon_runtime::nan::call
Facilities for working with v8::FunctionCallbackInfo and getting the current v8::Isolate.
Structs
| CCallback |
Functions
| current_isolate⚠ | Gets the current |
| data⚠ | Mutates the |
| get⚠ | Mutates the |
| get_isolate⚠ | Gets the isolate of the function call. |
| is_construct⚠ | Indicates if the function call was invoked as a constructor. |
| len⚠ | Gets the number of arguments passed to the function. |
| set_return⚠ | Sets the return value of the function call. |
| this⚠ | Mutates the |