| 411 | |
| 412 | template <typename T> |
| 413 | Local<Value> FunctionCallbackInfo<T>::Data() const { |
| 414 | return Local<Value>(reinterpret_cast<Value*>(&implicit_args_[kDataIndex])); |
| 415 | } |
| 416 | |
| 417 | template <typename T> |
| 418 | Isolate* FunctionCallbackInfo<T>::GetIsolate() const { |
no outgoing calls
no test coverage detected