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

  /external/v8/include/
v8.h 139 class EscapableHandleScope;
329 friend class EscapableHandleScope;
917 class V8_EXPORT EscapableHandleScope : public HandleScope {
919 explicit EscapableHandleScope(Isolate* isolate);
920 V8_INLINE ~EscapableHandleScope() {}
938 EscapableHandleScope(const EscapableHandleScope&);
939 void operator=(const EscapableHandleScope&);
    [all...]