Lines Matching refs:v8
59 using v8::Array;
60 using v8::AccessorInfo;
61 using v8::Arguments;
62 using v8::Boolean;
63 using v8::Context;
64 using v8::External;
65 using v8::Function;
66 using v8::FunctionTemplate;
67 using v8::Integer;
68 using v8::Handle;
69 using v8::HandleScope;
70 using v8::InvocationCallback;
71 using v8::Local;
72 using v8::NamedPropertyGetter;
73 using v8::Number;
74 using v8::Object;
75 using v8::ObjectTemplate;
76 using v8::Persistent;
77 using v8::Script;
78 using v8::String;
79 using v8::Value;
80 using v8::V8;
144 // This is faster than repeatedly calling Get/Set on a v8::Object.
390 v8::ThrowException(String::New(error_buff));
437 return v8::ThrowException(args[0]);
450 result = v8::Undefined();
510 return v8::ThrowException(String::New("Malformed descriptor"));