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 156 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
169 inline SealHandleScope::~SealHandleScope() {
handles.h 269 class SealHandleScope BASE_EMBEDDED {
272 explicit SealHandleScope(Isolate* isolate) {}
273 ~SealHandleScope() {}
275 explicit inline SealHandleScope(Isolate* isolate);
276 inline ~SealHandleScope();

Completed in 55 milliseconds