Home | History | Annotate | Download | only in src

Lines Matching refs:V8

37 #if USE(V8)
128 #if USE(V8)
177 #if USE(V8)
203 #if USE(V8)
211 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
229 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
240 v8::HandleScope handleScope;
241 v8::Handle<v8::Array> result = v8::Array::New(data.size());
243 result->Set(i, v8::Number::New(data[i]));
251 v8::HandleScope handleScope;
252 v8::Handle<v8::Array> result = v8::Array::New(data.size());
254 result->Set(i, data[i].data() ? v8::String::New(reinterpret_cast<const uint16_t*>((data[i].data())), data[i].length()) : v8::String::New(""));
262 v8::HandleScope handleScope;
265 v8::Handle<v8::Object> result = V8Node::wrap(data.unwrap<Node>());
274 #if USE(V8)
284 #if USE(V8)
294 #if USE(V8)
304 #if USE(V8)
314 #if USE(V8)