Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h379 void BuildLoadPropertyKey(LiteralProperty* property, Register out_reg);
Dbytecode-generator.cc2661 BuildLoadPropertyKey(property, key); in BuildClassLiteral()
3224 BuildLoadPropertyKey(property, key); in VisitObjectLiteral()
3268 BuildLoadPropertyKey(property, args[1]); in VisitObjectLiteral()
7003 void BytecodeGenerator::BuildLoadPropertyKey(LiteralProperty* property, in BuildLoadPropertyKey() function in v8::internal::interpreter::BytecodeGenerator