Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h143 void BuildThrowIfHole(Variable* variable);
Dbytecode-generator.cc2545 BuildThrowIfHole(variable); in BuildVariableLoad()
2561 BuildThrowIfHole(variable); in BuildVariableLoad()
2597 BuildThrowIfHole(variable); in BuildVariableLoad()
2610 BuildThrowIfHole(variable); in BuildVariableLoad()
2631 BuildThrowIfHole(variable); in BuildVariableLoad()
2691 void BytecodeGenerator::BuildThrowIfHole(Variable* variable) { in BuildThrowIfHole() function in v8::internal::interpreter::BytecodeGenerator
2712 BuildThrowIfHole(variable); in BuildHoleCheckForVariableAssignment()