Lines Matching defs:Scope
34 #include "assert-scope.h"
683 // Scope currently can only be used for regular exceptions, not
1024 void set_external_callback_scope(ExternalCallbackScope* scope) {
1025 thread_local_top_.external_callback_scope_ = scope;
1473 // postpone scope is left the interrupts will be re-enabled and any
1474 // interrupts that occurred while in the scope will be taken into
1527 class Scope {
1529 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); }
1530 ~Scope() { tracer_->CloseFile(); }