Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.cc130 bool NodeProperties::IsExceptionalCall(Node* node, Node** out_exception) { in IsExceptionalCall() argument
135 if (out_exception != nullptr) *out_exception = edge.from(); in IsExceptionalCall()
Dnode-properties.h81 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);