Home | History | Annotate | Download | only in cctest

Lines Matching refs:v8

1 // Copyright 2012 the V8 project authors. All rights reserved.
38 #include "v8.h"
44 using namespace v8::internal;
46 static v8::Persistent<v8::Context> env;
49 if (env.IsEmpty()) env = v8::Context::New();
50 v8::HandleScope scope;
93 v8::HandleScope sc;
121 v8::HandleScope sc;
159 v8::HandleScope sc;
251 v8::HandleScope sc;
305 static void WeakPointerCallback(v8::Persistent<v8::Value> handle, void* id) {
316 v8::HandleScope handle_scope;
415 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
426 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
443 v8::HandleScope handle_scope;
536 if (v8::internal::Snapshot::IsEnabled()) {
542 if (v8::internal::Snapshot::IsEnabled()) {