Home | History | Annotate | Download | only in include

Lines Matching full:unlocker

2753  * v8::Unlocker object:
2757 * v8::Unlocker unlocker;
2764 * The Unlocker object is intended for use in a long-running callback
2771 * not. The Unlocker is not recursive so you can not have several
2772 * Unlockers on the stack at once, and you can not use an Unlocker in a
2775 * An unlocker will unlock several lockers if it has to and reinstate
2787 * v8::Unlocker unlocker;
2797 class V8EXPORT Unlocker {
2799 Unlocker();
2800 ~Unlocker();