| 789 | } |
| 790 | |
| 791 | inline v8::Local<v8::String> EmptyString() { |
| 792 | return v8::String::Empty(v8::Isolate::GetCurrent()); |
| 793 | } |
| 794 | |
| 795 | inline int AdjustExternalMemory(int bc) { |
| 796 | return static_cast<int>( |
nothing calls this directly
no outgoing calls
no test coverage detected