Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h2326 enum AccessorInfoHandling { FORCE_FIELD, DONT_FORCE_FIELD }; enumerator
2331 AccessorInfoHandling handling = DONT_FORCE_FIELD);
2336 AccessorInfoHandling handling = DONT_FORCE_FIELD);
Dobjects.cc6276 if (handling == DONT_FORCE_FIELD) { in DefineOwnPropertyIgnoreAttributes()
6288 if (accessors->IsAccessorInfo() && handling == DONT_FORCE_FIELD) { in DefineOwnPropertyIgnoreAttributes()