Home
last modified time | relevance | path

Searched refs:IsBigIntTypedArrayElementsKind (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-typed-array.cc150 if (IsBigIntTypedArrayElementsKind(kind)) { in BUILTIN()
/third_party/node/deps/v8/src/objects/
Delements-kind.h217 inline bool IsBigIntTypedArrayElementsKind(ElementsKind kind) { in IsBigIntTypedArrayElementsKind() function
Delements.cc3432 if (IsBigIntTypedArrayElementsKind(Kind)) { in IndexOfValueImpl()
3479 if (IsBigIntTypedArrayElementsKind(Kind)) { in LastIndexOfValueImpl()
3739 if (IsBigIntTypedArrayElementsKind(Kind)) return false; in TryCopyElementsFastNumber()
3842 if (IsBigIntTypedArrayElementsKind(Kind)) { in CopyElementsHandleSlow()
Dobjects.cc2800 if (IsBigIntTypedArrayElementsKind(elements_kind)) { in SetDataProperty()