Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-array.cc54 inline bool IsJSArrayFastElementMovingAllowed(Isolate* isolate, in IsJSArrayFastElementMovingAllowed() function
100 if (!IsJSArrayFastElementMovingAllowed(isolate, *array)) return false; in EnsureJSArrayWithWritableFastElements()
474 if (IsJSArrayFastElementMovingAllowed(isolate, JSArray::cast(*receiver))) { in BUILTIN()
494 !IsJSArrayFastElementMovingAllowed(isolate, JSArray::cast(*receiver))) { in BUILTIN()