Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dproperty-descriptor.h61 bool IsRegularAccessorProperty() const { in IsRegularAccessorProperty() function
Dproperty-descriptor.cc128 if (IsRegularAccessorProperty()) { in ToObject()