Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dschedule.cc229 bool IsPotentiallyThrowingCall(IrOpcode::Value opcode) { in IsPotentiallyThrowingCall() function
247 DCHECK(IsPotentiallyThrowingCall(call->opcode())); in AddCall()