Searched refs:IsolateScope (Results 1 – 1 of 1) sorted by relevance
73 class IsolateScope {75 IsolateScope() : isolate_(v8::Isolate::New()) { isolate_->Enter(); } in IsolateScope() function77 ~IsolateScope() { in ~IsolateScope()87 DISALLOW_COPY_AND_ASSIGN(IsolateScope);99 IsolateScope isolate_scope_;