Searched refs:top_backup_incumbent_scope (Results 1 – 3 of 3) sorted by relevance
1860 const v8::Context::BackupIncumbentScope* top_backup_incumbent_scope() const { in top_backup_incumbent_scope() function1864 const v8::Context::BackupIncumbentScope* top_backup_incumbent_scope) { in set_top_backup_incumbent_scope() argument1865 top_backup_incumbent_scope_ = top_backup_incumbent_scope; in set_top_backup_incumbent_scope()
2881 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()
1070 prev_ = isolate->top_backup_incumbent_scope(); in BackupIncumbentScope()