Home | History | Annotate | Download | only in web

Lines Matching refs:v8Results

862         WebVector<v8::Local<v8::Value> > v8Results(scriptResults.size());
864 v8Results[i] = v8::Local<v8::Value>::New(scriptResults[i].v8Value());
865 results->swap(v8Results);