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

  /external/v8/src/
handles-inl.h 122 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
135 inline SealHandleScope::~SealHandleScope() {
handles.h 389 class SealHandleScope final {
392 explicit SealHandleScope(Isolate* isolate) {}
393 ~SealHandleScope() {}
395 explicit inline SealHandleScope(Isolate* isolate);
396 inline ~SealHandleScope();
api.cc     [all...]
  /external/v8/include/
v8.h 930 class V8_EXPORT SealHandleScope {
932 SealHandleScope(Isolate* isolate);
933 ~SealHandleScope();
935 SealHandleScope(const SealHandleScope&) = delete;
936 void operator=(const SealHandleScope&) = delete;
    [all...]

Completed in 463 milliseconds