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

  /external/v8/include/
v8.h 137 class EscapableHandleScope;
327 friend class EscapableHandleScope;
904 class V8_EXPORT EscapableHandleScope : public HandleScope {
906 explicit EscapableHandleScope(Isolate* isolate);
907 V8_INLINE ~EscapableHandleScope() {}
920 EscapableHandleScope(const EscapableHandleScope&) = delete;
921 void operator=(const EscapableHandleScope&) = delete;
    [all...]
  /external/v8/src/
api.cc 206 class InternalEscapableScope : public v8::EscapableHandleScope {
209 : v8::EscapableHandleScope(reinterpret_cast<v8::Isolate*>(isolate)) {}
    [all...]

Completed in 105 milliseconds