Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-locker.h94 class V8_EXPORT Unlocker {
99 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } in Unlocker() function
101 ~Unlocker();
/third_party/node/test/addons/new-isolate-addon/
Dbinding.cc16 using v8::Unlocker;
35 Unlocker unlocker(parent_isolate); in RunInSeparateIsolate()
/third_party/node/deps/v8/src/execution/
Dv8threads.cc79 void Unlocker::Initialize(v8::Isolate* isolate) { in Initialize()
87 Unlocker::~Unlocker() { in ~Unlocker()
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2885 * Similar changes have been made to `Locker` and `Unlocker`.