OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsolateHolder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gin/
isolate_holder.cc
48
IsolateHolder
::
IsolateHolder
()
59
IsolateHolder
::
IsolateHolder
(v8::Isolate* isolate)
66
IsolateHolder
::~
IsolateHolder
() {
72
void
IsolateHolder
::Init() {
/external/chromium_org/gin/public/
isolate_holder.h
20
// To embed Gin, first create an instance of
IsolateHolder
to hold the
22
//
IsolateHolder
if you want to tie more state to the lifetime of the
25
// manages gin. If gin manages V8, use the
IsolateHolder
constructor without
27
// pass them to
IsolateHolder
.
30
class GIN_EXPORT
IsolateHolder
{
32
IsolateHolder
();
33
explicit
IsolateHolder
(v8::Isolate* isolate);
35
~
IsolateHolder
();
46
DISALLOW_COPY_AND_ASSIGN(
IsolateHolder
);
Completed in 38 milliseconds