| 1160 | |
| 1161 | template<typename T> |
| 1162 | inline T *GetIsolateData( |
| 1163 | v8::Isolate *isolate |
| 1164 | ) { |
| 1165 | return static_cast<T*>(isolate->GetData(0)); |
| 1166 | } |
| 1167 | |
| 1168 | class Utf8String { |
| 1169 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected