Searched defs:SealHandleScope (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dhandles-inl.h123 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { function in class:v8::internal::SealHandleScope
136 inline SealHandleScope::~SealHandleScope() {
H A Dhandles.h379 class SealHandleScope final {
382 explicit SealHandleScope(Isolate* isolate) {} function in class:v8::internal::final
383 ~SealHandleScope() {}
385 explicit inline SealHandleScope(Isolate* isolate);
386 inline ~SealHandleScope();
H A Dapi.cc881 SealHandleScope::SealHandleScope(Isolate* isolate) { function in class:v8::SealHandleScope
893 SealHandleScope::~SealHandleScope() {
8826 // We should not need to check for SealHandleScope here. Assert this.
/external/v8/include/
H A Dv8.h946 class V8_EXPORT SealHandleScope { class in namespace:v8
948 SealHandleScope(Isolate* isolate);
949 ~SealHandleScope();
954 SealHandleScope(const SealHandleScope&);
955 void operator=(const SealHandleScope&);

Completed in 113 milliseconds