Home
last modified time | relevance | path

Searched refs:top_backup_incumbent_scope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h1860 const v8::Context::BackupIncumbentScope* top_backup_incumbent_scope() const { in top_backup_incumbent_scope() function
1864 const v8::Context::BackupIncumbentScope* top_backup_incumbent_scope) { in set_top_backup_incumbent_scope() argument
1865 top_backup_incumbent_scope_ = top_backup_incumbent_scope; in set_top_backup_incumbent_scope()
Disolate.cc2881 top_backup_incumbent_scope() in ThrowInternal()
2882 ? top_backup_incumbent_scope()->JSStackComparableAddressPrivate() in ThrowInternal()
2891 if (top_backup_incumbent_scope()) { in ThrowInternal()
2893 *top_backup_incumbent_scope()->backup_incumbent_context_); in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc1070 prev_ = isolate->top_backup_incumbent_scope(); in BackupIncumbentScope()