Home
last modified time | relevance | path

Searched refs:DisallowHeapAccessIf (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/common/
Dassert-scope.h283 class DisallowHeapAccessIf {
285 explicit DisallowHeapAccessIf(bool condition) { in DisallowHeapAccessIf() function
/third_party/node/deps/v8/src/compiler/
Dcommon-operator-reducer.cc40 DisallowHeapAccessIf no_heap_access(broker() == nullptr); in Reduce()