Searched refs:DefaultGetter (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | cpp-builder.h | 83 static Function DefaultGetter(std::string return_type, Class* owner, in DefaultGetter() function in v8::internal::torque::cpp::Function
|
H A D | implementation-visitor.cc | 3959 auto getter = cpp::Function::DefaultGetter("int", &owner, function_name); 4154 cpp::Function::DefaultGetter("int", &c, "AllocatedSize"); in GenerateClass() 4200 cpp::Function::DefaultGetter("int32_t", &c, "AllocatedSize"); in GenerateClass() 4441 auto getter = cpp::Function::DefaultGetter(type_name, &owner, name); in GenerateFieldAccessors()
|
Completed in 14 milliseconds