Searched refs:Unlocker (Results 1 – 5 of 5) sorted by relevance
79 void Unlocker::Initialize(v8::Isolate* isolate) { in Initialize()88 Unlocker::~Unlocker() { in ~Unlocker()
1462 friend class v8::Unlocker;
584 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()
8160 class V8_EXPORT Unlocker {8165 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } in Unlocker() function8167 ~Unlocker();
20569 Made the Isolate parameter mandatory in Locker and Unlocker classes.