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

  /external/chromium_org/v8/src/
handles.h 305 class SealHandleScope BASE_EMBEDDED {
308 explicit SealHandleScope(Isolate* isolate) {}
309 ~SealHandleScope() {}
311 explicit inline SealHandleScope(Isolate* isolate);
312 inline ~SealHandleScope();
handles-inl.h 187 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
201 inline SealHandleScope::~SealHandleScope() {
v8conversions.h 60 SealHandleScope shs(isolate);
runtime.cc 633 SealHandleScope shs(isolate);
641 SealHandleScope shs(isolate);
649 SealHandleScope shs(isolate);
660 SealHandleScope shs(isolate);
675 SealHandleScope shs(isolate);
683 SealHandleScope shs(isolate);
691 SealHandleScope shs(isolate);
699 SealHandleScope shs(isolate);
707 SealHandleScope shs(isolate);
830 SealHandleScope shs(isolate)
    [all...]
disassembler.cc 118 SealHandleScope shs(isolate);
execution.cc 110 SealHandleScope shs(isolate);
ic.cc     [all...]
jsregexp.cc 272 SealHandleScope shs(array->GetIsolate());
355 SealHandleScope shs(isolate);
    [all...]
objects.cc     [all...]

Completed in 39 milliseconds