OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_isolate
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/renderer/pepper/
npapi_glue.cc
192
v8::Isolate*
test_isolate
= v8::Isolate::New();
local
195
v8::HandleScope scope(
test_isolate
);
196
v8::Isolate::Scope isolate_scope(
test_isolate
);
197
v8::Local<v8::Context> context = v8::Context::New(
test_isolate
);
200
test_isolate
->Dispose();
Completed in 475 milliseconds