Lines Matching defs:info
121 static void thenCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
123 info.Data().As<v8::External>()->Value());
126 info.Length() > 0 ? info[0]
127 : v8::Undefined(info.GetIsolate()).As<v8::Value>();
132 static void catchCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
134 info.Data().As<v8::External>()->Value());
137 info.Length() > 0 ? info[0]
138 : v8::Undefined(info.GetIsolate()).As<v8::Value>();