Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.cc79 void Unlocker::Initialize(v8::Isolate* isolate) { in Initialize()
88 Unlocker::~Unlocker() { in ~Unlocker()
Disolate.h1348 friend class v8::Unlocker;
/external/v8/test/cctest/
Dtest-lockers.cc363 v8::Unlocker unlocker(isolate_); in Run()
422 v8::Unlocker unlocker(isolate_); in Run()
495 v8::Unlocker unlock1(isolate1_); in Run()
544 v8::Unlocker unlock1(isolate_); in Run()
609 v8::Unlocker unlock1(CcTest::isolate()); in Run()
Dtest-log.cc205 v8::Unlocker unlocker;
Dtest-api.cc13255 v8::Unlocker unlocker(CcTest::isolate()); in ContextSwitch()
13315 v8::Unlocker unlocker(isolate); in ThrowInJS()
13339 v8::Unlocker unlocker(CcTest::isolate()); in ThrowInJSNoCatch()
13414 v8::Unlocker unlocker(CcTest::isolate()); in UnlockForAMoment()
/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.h6951 class V8_EXPORT Unlocker {
6956 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } in Unlocker() function
6958 ~Unlocker();
/external/v8/
DChangeLog9439 Made the Isolate parameter mandatory in Locker and Unlocker classes.