Home
last modified time | relevance | path

Searched refs:IsSloppyArgumentsElementsKind (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Delements-kind.h192 inline bool IsSloppyArgumentsElementsKind(ElementsKind kind) { in IsSloppyArgumentsElementsKind() function
Djs-objects-inl.h645 DCHECK(!IsSloppyArgumentsElementsKind(kind) || in ACCESSORS()
713 return IsSloppyArgumentsElementsKind(GetElementsKind(cage_base)); in DEF_GETTER()
Dmap-inl.h582 return IsSloppyArgumentsElementsKind(elements_kind()); in has_sloppy_arguments_elements()
Delements.cc1229 IsSloppyArgumentsElementsKind(kind()); in PrependElementIndicesImpl()
1256 IsSloppyArgumentsElementsKind(kind())) { in PrependElementIndicesImpl()
Djs-objects.cc5174 if (IsSloppyArgumentsElementsKind(kind)) { in AddDataElement()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc772 if (IsSloppyArgumentsElementsKind(GetElementsKind())) { in JSArgumentsObjectVerify()
/third_party/node/deps/v8/src/ic/
Dic.cc1386 if (IsSloppyArgumentsElementsKind(elements_kind)) { in LoadElementHandler()