Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc31 inline bool IsJSArrayFastElementMovingAllowed(Isolate* isolate, in IsJSArrayFastElementMovingAllowed() function
114 if (!IsJSArrayFastElementMovingAllowed(isolate, *array)) return false; in EnsureJSArrayWithWritableFastElements()
475 if (IsJSArrayFastElementMovingAllowed(isolate, JSArray::cast(*receiver))) { in BUILTIN()
508 !IsJSArrayFastElementMovingAllowed(isolate, JSArray::cast(*receiver))) { in CanUseFastArrayShift()
623 DCHECK(IsJSArrayFastElementMovingAllowed(isolate, *array)); in BUILTIN()