| 793 | } |
| 794 | |
| 795 | inline int AdjustExternalMemory(int bc) { |
| 796 | return static_cast<int>( |
| 797 | v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(bc)); |
| 798 | } |
| 799 | |
| 800 | inline void SetTemplate( |
| 801 | v8::Local<v8::Template> templ |
nothing calls this directly
no outgoing calls
no test coverage detected