Home | History | Annotate | Download | only in x64

Lines Matching refs:is_js_array

2484   bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE;
2486 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode();
3537 bool is_js_array,
3562 if (is_js_array) {
3608 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
3680 bool is_js_array,
3702 if (is_js_array) {
3733 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {