Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h189 void BuildHoleCheckAndThrow(Node* condition, Runtime::FunctionId runtime_id,
Dbytecode-graph-builder.cc2083 void BytecodeGraphBuilder::BuildHoleCheckAndThrow( in BuildHoleCheckAndThrow() function in v8::internal::compiler::BytecodeGraphBuilder
2117 BuildHoleCheckAndThrow(check_for_hole, Runtime::kThrowReferenceError, name); in VisitThrowReferenceErrorIfHole()
2124 BuildHoleCheckAndThrow(check_for_hole, Runtime::kThrowSuperNotCalled); in VisitThrowSuperNotCalledIfHole()
2133 BuildHoleCheckAndThrow(check_for_not_hole, in VisitThrowSuperAlreadyCalledIfNotHole()