1 using v8::Context;
2 
MyMethod(void)3 static void MyMethod(void) {
4   return;
5 }
6