Home | History | Annotate | Download | only in cctest

Lines Matching refs:v8

1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
30 #include "v8.h"
36 using namespace v8::internal;
38 static v8::Persistent<v8::Context> env;
41 if (env.IsEmpty()) env = v8::Context::New();
42 v8::HandleScope scope;
85 v8::HandleScope sc;
113 v8::HandleScope sc;
151 v8::HandleScope sc;
241 v8::HandleScope sc;
295 static void WeakPointerCallback(v8::Persistent<v8::Value> handle, void* id) {
306 v8::HandleScope handle_scope;
405 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
416 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
433 v8::HandleScope handle_scope;