Home | History | Annotate | Download | only in cctest

Lines Matching refs:Array

369   // Allocate array for the debugged functions
676 // checks: An array of expressions and expected results
686 // Array of checks to do.
765 // expected_step_sequence: An array of the expected function call sequence.
2808 // Create array [0,1,2,3,4,5,6,7,8,9]
2809 v8::Local<v8::Array> a = v8::Array::New(env->GetIsolate(), 10);
2858 // Create array [0,1,2,3,4,5,6,7,8,9]
2859 v8::Local<v8::Array> a = v8::Array::New(env->GetIsolate(), 10);
2903 " a.length;\n" // Special case: array length.
4461 static void NamedEnum(const v8::PropertyCallbackInfo<v8::Array>& info) {
4462 v8::Local<v8::Array> result = v8::Array::New(info.GetIsolate(), 3);
4477 static void IndexedEnum(const v8::PropertyCallbackInfo<v8::Array>& info) {
4479 v8::Local<v8::Array> result = v8::Array::New(isolate, 2);
7639 // The 5. element in the returned array of GetFrameDetails contains the
7699 // debugger to step into Array.prototype.forEach breaks inside the callback