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

  /external/v8/src/
handles.h 269 class SealHandleScope BASE_EMBEDDED {
272 explicit SealHandleScope(Isolate* isolate) {}
273 ~SealHandleScope() {}
275 explicit inline SealHandleScope(Isolate* isolate);
276 inline ~SealHandleScope();
handles-inl.h 156 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
169 inline SealHandleScope::~SealHandleScope() {
runtime.cc 664 SealHandleScope shs(isolate);
679 SealHandleScope shs(isolate);
711 SealHandleScope shs(isolate);
719 SealHandleScope shs(isolate);
727 SealHandleScope shs(isolate);
735 SealHandleScope shs(isolate);
743 SealHandleScope shs(isolate);
877 SealHandleScope shs(isolate);
    [all...]
conversions.h 209 SealHandleScope shs(isolate);
disassembler.cc 95 SealHandleScope shs(isolate);
execution.cc 82 SealHandleScope shs(isolate);
jsregexp.cc 261 SealHandleScope shs(array->GetIsolate());
337 SealHandleScope shs(isolate);
    [all...]

Completed in 141 milliseconds