Searched refs:DONT_FORCE_FIELD (Results 1 – 2 of 2) sorted by relevance
2326 enum AccessorInfoHandling { FORCE_FIELD, DONT_FORCE_FIELD }; enumerator2331 AccessorInfoHandling handling = DONT_FORCE_FIELD);2336 AccessorInfoHandling handling = DONT_FORCE_FIELD);
6276 if (handling == DONT_FORCE_FIELD) { in DefineOwnPropertyIgnoreAttributes()6288 if (accessors->IsAccessorInfo() && handling == DONT_FORCE_FIELD) { in DefineOwnPropertyIgnoreAttributes()