| 269 | } |
| 270 | |
| 271 | static void staticCallback (const v8::FunctionCallbackInfo<v8::Value>& info) |
| 272 | { |
| 273 | static_cast<V8Context*> (info.GetIsolate()->GetData (0))->callback (info); |
| 274 | } |
| 275 | |
| 276 | void callback (const v8::FunctionCallbackInfo<v8::Value>& info) |
| 277 | { |