Home
last modified time | relevance | path

Searched refs:DONT_FORCE_FIELD (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-objects.h421 enum AccessorInfoHandling { FORCE_FIELD, DONT_FORCE_FIELD }; enumerator
426 AccessorInfoHandling handling = DONT_FORCE_FIELD,
432 AccessorInfoHandling handling = DONT_FORCE_FIELD,
H A Djs-objects.cc3549 if (handling == DONT_FORCE_FIELD) { in DefineOwnPropertyIgnoreAttributes()
3583 if (accessors->IsAccessorInfo() && handling == DONT_FORCE_FIELD) { in DefineOwnPropertyIgnoreAttributes()
/third_party/node/deps/v8/src/ic/
H A Dic.cc1798 it, value, NONE, should_throw, JSObject::DONT_FORCE_FIELD, in DefineOwnDataProperty()

Completed in 15 milliseconds