Searched refs:isolate0 (Results 1 – 1 of 1) sorted by relevance
784 v8::Isolate* isolate0 = v8::Isolate::New(create_params); in TEST() local786 v8::Locker locker(isolate0); in TEST()787 v8::Isolate::Scope i_scope(isolate0); in TEST()788 v8::HandleScope h_scope(isolate0); in TEST()789 v8::Local<v8::Context> context = v8::Context::New(isolate0); in TEST()792 CompileRun("Math.cos(0)")->Int32Value(isolate0->GetCurrentContext()); in TEST()795 isolate0->Dispose(); in TEST()