Home
last modified time | relevance | path

Searched refs:SealHandleScope (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dhandles.h269 class SealHandleScope BASE_EMBEDDED {
272 explicit SealHandleScope(Isolate* isolate) {} in SealHandleScope() function
273 ~SealHandleScope() {} in ~SealHandleScope()
275 explicit inline SealHandleScope(Isolate* isolate);
276 inline ~SealHandleScope();
Dhandles-inl.h156 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope() function
169 inline SealHandleScope::~SealHandleScope() { in ~SealHandleScope()
Druntime.cc664 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
679 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
711 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
719 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
727 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
735 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
743 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
877 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1611 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1740 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
[all …]
Dconversions.h209 SealHandleScope shs(isolate); in TryNumberToSize()
Ddisassembler.cc95 SealHandleScope shs(isolate); in DecodeIt()
Dexecution.cc82 SealHandleScope shs(isolate); in Invoke()
Djsregexp.cc261 SealHandleScope shs(array->GetIsolate()); in SetAtomLastCapture()
337 SealHandleScope shs(isolate); in AtomExec()