| 61 | } |
| 62 | inline v8::Isolate *GetIsolate() const { return isolate_; } |
| 63 | inline T *GetParameter() const { return static_cast<T*>(parameter_); } |
| 64 | inline void *GetInternalField(int index) const { |
| 65 | assert((index == 0 || index == 1) && "internal field index out of bounds"); |
| 66 | if (index == 0) { |
no outgoing calls
no test coverage detected