Home | History | Annotate | Download | only in cctest

Lines Matching refs:V8

1 // Copyright 2008 the V8 project authors. All rights reserved.
31 #include "v8.h"
58 using namespace v8::internal;
62 V8::Initialize(NULL);
63 v8::HandleScope scope;
67 return v8::internal::ParseRegExp(&reader, false, &result);
72 V8::Initialize(NULL);
73 v8::HandleScope scope;
77 CHECK(v8::internal::ParseRegExp(&reader, false, &result));
85 V8::Initialize(NULL);
86 v8::HandleScope scope;
91 CHECK(v8::internal::ParseRegExp(&reader, false, &result));
103 V8::Initialize(NULL);
104 v8::HandleScope scope;
109 CHECK(v8::internal::ParseRegExp(&reader, false, &result));
129 V8::Initialize(NULL);
363 V8::Initialize(NULL);
364 v8::HandleScope scope;
368 CHECK_EQ(false, v8::internal::ParseRegExp(&reader, false, &result));
377 V8::Initialize(NULL);
473 V8::Initialize(NULL);
476 if (!v8::internal::ParseRegExp(&reader, multiline, &compile_data))
488 v8::HandleScope scope;
664 env_ = v8::Context::New();
672 v8::Persistent<v8::Context> env_;
673 v8::HandleScope scope_;
674 v8::internal::ZoneScope zone_;
675 v8::internal::StackGuard stack_guard_;
696 v8::V8::Initialize();
730 v8::V8::Initialize();
786 v8::V8::Initialize();
845 v8::V8::Initialize();
882 v8::V8::Initialize();
928 v8::V8::Initialize();
977 v8::V8::Initialize();
1033 v8::V8::Initialize();
1089 v8::V8::Initialize();
1189 v8::V8::Initialize();
1225 v8::V8::Initialize();
1273 V8::Initialize(NULL);
1310 v8::HandleScope scope;
1799 V8::Initialize(NULL);