Home
last modified time | relevance | path

Searched refs:AssertNoContextChange (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h2456 class AssertNoContextChange {
2459 explicit AssertNoContextChange(Isolate* isolate);
2460 ~AssertNoContextChange() { DCHECK(isolate_->context() == *context_); } in ~AssertNoContextChange()
2467 explicit AssertNoContextChange(Isolate* isolate) {}
Disolate.cc5445 AssertNoContextChange::AssertNoContextChange(Isolate* isolate) in ThrowInternal() function in v8::internal::AssertNoContextChange
/third_party/node/deps/v8/src/objects/
Djs-objects.cc1197 AssertNoContextChange ncc(isolate); in GetPropertyWithInterceptorInternal()
1231 AssertNoContextChange ncc(isolate); in GetPropertyAttributesWithInterceptorInternal()
1280 AssertNoContextChange ncc(isolate); in SetPropertyWithInterceptorInternal()
1314 AssertNoContextChange ncc(isolate); in DefinePropertyWithInterceptorInternal()
3586 AssertNoContextChange ncc(it->isolate()); in DefineOwnPropertyIgnoreAttributes()
3953 AssertNoContextChange ncc(isolate); in DeletePropertyWithInterceptor()
Dobjects.cc2485 AssertNoContextChange ncc(it->isolate()); in SetPropertyInternal()