Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h332 void BuildClassProperty(ClassLiteral::Property* property);
Dbytecode-generator.cc2816 void BytecodeGenerator::BuildClassProperty(ClassLiteral::Property* property) { in BuildClassProperty() function in v8::internal::interpreter::BytecodeGenerator
2869 BuildClassProperty(stmt->fields()->at(i)); in VisitInitializeClassMembersStatement()
2879 BuildClassProperty(element->property()); in VisitInitializeClassStaticElementsStatement()