HomeSort by relevance Sort by last modified time
    Searched refs:PerIsolateAssertScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
assert-scope.h 54 class PerIsolateAssertScope {
56 explicit PerIsolateAssertScope(Isolate* isolate);
57 ~PerIsolateAssertScope();
67 DISALLOW_COPY_AND_ASSIGN(PerIsolateAssertScope);
86 PerIsolateAssertScope<type, allow> {
89 : PerIsolateAssertScope<type, allow>(isolate) { }
143 typedef PerIsolateAssertScope<JAVASCRIPT_EXECUTION_ASSERT, false>
147 typedef PerIsolateAssertScope<JAVASCRIPT_EXECUTION_ASSERT, true>
151 typedef PerIsolateAssertScope<JAVASCRIPT_EXECUTION_THROWS, false>
155 typedef PerIsolateAssertScope<JAVASCRIPT_EXECUTION_THROWS, true
    [all...]
assert-scope.cc 104 class PerIsolateAssertScope<kType, kAllow>::DataBit
109 PerIsolateAssertScope<kType, kAllow>::PerIsolateAssertScope(Isolate* isolate)
118 PerIsolateAssertScope<kType, kAllow>::~PerIsolateAssertScope() {
125 bool PerIsolateAssertScope<kType, kAllow>::IsAllowed(Isolate* isolate) {
144 template class PerIsolateAssertScope<JAVASCRIPT_EXECUTION_ASSERT, false>;
145 template class PerIsolateAssertScope<JAVASCRIPT_EXECUTION_ASSERT, true>;
146 template class PerIsolateAssertScope<JAVASCRIPT_EXECUTION_THROWS, false>;
147 template class PerIsolateAssertScope<JAVASCRIPT_EXECUTION_THROWS, true>
    [all...]

Completed in 49 milliseconds