| 813 | } |
| 814 | |
| 815 | inline v8::Local<v8::Context> GetCurrentContext() { |
| 816 | return v8::Isolate::GetCurrent()->GetCurrentContext(); |
| 817 | } |
| 818 | |
| 819 | inline void* GetInternalFieldPointer( |
| 820 | v8::Local<v8::Object> object |
no outgoing calls
no test coverage detected