Home | History | Annotate | Download | only in cctest

Lines Matching refs:V8

1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
36 using namespace v8::internal;
63 V8::FillHeapNumberWithRandom(*value, *context);
70 v8::V8::Initialize();
72 if (!V8::UseCrankshaft()) return;
73 v8::Isolate* isolate = v8::Isolate::GetCurrent();
74 v8::HandleScope scope(isolate);
75 v8::Context::Scope context_scope(v8::Context::New(isolate));