Home
last modified time | relevance | path

Searched refs:BuildHoleCheckAndThrow (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc249 void BuildHoleCheckAndThrow(Node* condition, Runtime::FunctionId runtime_id,
2784 void BytecodeGraphBuilder::BuildHoleCheckAndThrow( in BuildHoleCheckAndThrow() function in v8::internal::BytecodeGraphBuilder
2817 BuildHoleCheckAndThrow(check_for_hole, in VisitThrowReferenceErrorIfHole()
2825 BuildHoleCheckAndThrow(check_for_hole, Runtime::kThrowSuperNotCalled); in VisitThrowSuperNotCalledIfHole()
2834 BuildHoleCheckAndThrow(check_for_not_hole, in VisitThrowSuperAlreadyCalledIfNotHole()

Completed in 9 milliseconds