Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.h2057 class AssertNoContextChange {
2060 explicit AssertNoContextChange(Isolate* isolate);
2061 ~AssertNoContextChange() { DCHECK(isolate_->context() == *context_); } in ~AssertNoContextChange()
2068 explicit AssertNoContextChange(Isolate* isolate) {}
Disolate.cc4615 AssertNoContextChange::AssertNoContextChange(Isolate* isolate) in ThrowInternal() function in v8::internal::AssertNoContextChange
/external/v8/src/objects/
Djs-objects.cc1036 AssertNoContextChange ncc(isolate); in GetPropertyWithInterceptorInternal()
1070 AssertNoContextChange ncc(isolate); in GetPropertyAttributesWithInterceptorInternal()
1117 AssertNoContextChange ncc(isolate); in SetPropertyWithInterceptorInternal()
1151 AssertNoContextChange ncc(isolate); in DefinePropertyWithInterceptorInternal()
3325 AssertNoContextChange ncc(it->isolate()); in DefineOwnPropertyIgnoreAttributes()
3692 AssertNoContextChange ncc(isolate); in DeletePropertyWithInterceptor()
Dobjects.cc2464 AssertNoContextChange ncc(it->isolate()); in SetPropertyInternal()