Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Disolate.h2456 class AssertNoContextChange { class
2459 explicit AssertNoContextChange(Isolate* isolate);
2460 ~AssertNoContextChange() { DCHECK(isolate_->context() == *context_); } in ~AssertNoContextChange()
2467 explicit AssertNoContextChange(Isolate* isolate) {}
H A Disolate.cc5445 AssertNoContextChange::AssertNoContextChange(Isolate* isolate) in ThrowInternal() function in v8::internal::AssertNoContextChange
/third_party/node/deps/v8/src/objects/
H A 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()
H A Dobjects.cc2485 AssertNoContextChange ncc(it->isolate()); in SetPropertyInternal()

Completed in 31 milliseconds