Home | History | Annotate | Download | only in cctest

Lines Matching refs:v8

1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
42 using namespace v8::internal;
47 static v8::Persistent<v8::Context> env;
156 v8::HandleScope scope;
157 v8::internal::byte buffer[2048];
185 v8::HandleScope scope;
186 v8::internal::byte buffer[2048];
226 if (env.IsEmpty()) env = v8::Context::New();
244 if (env.IsEmpty()) env = v8::Context::New();