HomeSort by relevance Sort by last modified time
    Searched defs:SealHandleScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
handles-inl.h 183 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
197 inline SealHandleScope::~SealHandleScope() {
handles.h 341 class SealHandleScope BASE_EMBEDDED {
344 explicit SealHandleScope(Isolate* isolate) {}
345 ~SealHandleScope() {}
347 explicit inline SealHandleScope(Isolate* isolate);
348 inline ~SealHandleScope();

Completed in 769 milliseconds