Lines Matching defs:array
31 #include "src/interpreter/bytecode-array-iterator.h"
348 // bytecode array, and we'll read the actual generator object off the
623 Handle<FixedArray> array(FixedArray::cast(*break_points), isolate_);
624 for (int i = 0; i < array->length(); ++i) {
626 Handle<BreakPoint>::cast(handle(array->get(i), isolate_));
635 // Return an array of break point objects that evaluated true, or an empty
1036 Handle<FixedArray> array(FixedArray::cast(*break_points), isolate_);
1037 int num_objects = array->length();
1044 Handle<BreakPoint>::cast(handle(array->get(i), isolate_));
1537 // bytecode array field on the baseline code object is immutable.
2096 Handle<WeakArrayList> array =
2098 Handle<FixedArray> results = factory->NewFixedArray(array->length());
2272 // This array contains breakpoints installed using JS debug API.
2675 Handle<FixedArray> array(isolate_->native_context()->regexp_last_match_info(),
2678 Handle<RegExpMatchInfo>::cast(isolate_->factory()->CopyFixedArray(array));
2765 // If function has bytecode array then prepare function for debug