Home | History | Annotate | Download | only in src

Lines Matching refs:v8

1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
28 // The infrastructure used for (localized) message reporting in V8.
39 namespace v8 {
42 } } // namespace v8::internal
48 v8::internal::Handle<v8::internal::JSArray> args,
49 const v8::internal::MessageLocation* loc) :
52 v8::internal::Handle<v8::internal::JSArray> args() const { return args_; }
53 const v8::internal::MessageLocation* loc() const { return loc_; }
56 v8::internal::Handle<v8::internal::JSArray> const args_;
57 const v8::internal::MessageLocation* loc_;
61 namespace v8 {
111 } } // namespace v8::internal