Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h113 void BuildThrowIfHole(const AstRawString* name);
Dbytecode-generator.cc1927 BuildThrowIfHole(variable->raw_name()); in BuildVariableLoad()
1940 BuildThrowIfHole(variable->raw_name()); in BuildVariableLoad()
1975 BuildThrowIfHole(variable->raw_name()); in BuildVariableLoad()
1988 BuildThrowIfHole(variable->raw_name()); in BuildVariableLoad()
2008 BuildThrowIfHole(variable->raw_name()); in BuildVariableLoad()
2073 void BytecodeGenerator::BuildThrowIfHole(const AstRawString* name) { in BuildThrowIfHole() function in v8::internal::interpreter::BytecodeGenerator
2099 BuildThrowIfHole(variable->raw_name()); in BuildHoleCheckForVariableAssignment()