| 485 | } |
| 486 | |
| 487 | V8_EXPORT void ThrowException(v8::Isolate* Isolate, const char * Message) |
| 488 | { |
| 489 | FV8Utils::ThrowException(Isolate, Message); |
| 490 | } |
| 491 | |
| 492 | V8_EXPORT void ReturnClass(v8::Isolate* Isolate, const v8::FunctionCallbackInfo<v8::Value>& Info, int ClassID) |
| 493 | { |
no outgoing calls
no test coverage detected