Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-objects.h421 enum AccessorInfoHandling { FORCE_FIELD, DONT_FORCE_FIELD }; enum
426 AccessorInfoHandling handling = DONT_FORCE_FIELD,
432 AccessorInfoHandling handling = DONT_FORCE_FIELD,
Djs-objects.cc3501 AccessorInfoHandling handling, EnforceDefineSemantics semantics) { in DefineOwnPropertyIgnoreAttributes()
3510 Maybe<ShouldThrow> should_throw, AccessorInfoHandling handling, in DefineOwnPropertyIgnoreAttributes()