Home
last modified time | relevance | path

Searched refs:Unlocker (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dv8threads.cc79 void Unlocker::Initialize(v8::Isolate* isolate) { in Initialize()
88 Unlocker::~Unlocker() { in ~Unlocker()
Disolate.h1462 friend class v8::Unlocker;
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc584 v8::Unlocker unlocker(args.GetIsolate()); in MyIpAddressCallback()
608 v8::Unlocker unlocker(args.GetIsolate()); in MyIpAddressExCallback()
635 v8::Unlocker unlocker(args.GetIsolate()); in DnsResolveCallback()
663 v8::Unlocker unlocker(args.GetIsolate()); in DnsResolveExCallback()
/external/v8/include/
Dv8.h8160 class V8_EXPORT Unlocker {
8165 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } in Unlocker() function
8167 ~Unlocker();
/external/v8/
DChangeLog20569 Made the Isolate parameter mandatory in Locker and Unlocker classes.