Lines Matching defs:a4
5146 Local<v8::Array> a4 = CompileRun(fun5).As<v8::Array>();
5147 CHECK_EQ(4u, a4->Length());
5148 CHECK_EQ(17, a4->Get(context.local(), 0)
5152 CHECK_EQ(18, a4->Get(context.local(), 1)
5156 CHECK_EQ(19, a4->Get(context.local(), 2)
5160 CHECK_EQ(20, a4->Get(context.local(), 3)
5243 Local<v8::Array> a4 = Local<v8::Array>::Cast(
5245 CHECK_EQ(4u, a4->Length());
5246 CHECK_EQ(7.7, a4->Get(context.local(), v8::Integer::New(isolate, 0))
5250 CHECK_EQ(8.8, a4->Get(context.local(), v8::Integer::New(isolate, 1))
5254 CHECK_EQ(9.9, a4->Get(context.local(), v8::Integer::New(isolate, 2))
5258 CHECK_EQ(10.11, a4->Get(context.local(), v8::Integer::New(isolate, 3))
5371 Local<v8::Array> a4 = Local<v8::Array>::Cast(
5373 CHECK_EQ(4u, a4->Length());
5374 CHECK_EQ(7.7, a4->Get(context.local(), v8::Integer::New(isolate, 0))
5378 CHECK_EQ(8.8, a4->Get(context.local(), v8::Integer::New(isolate, 1))
5382 CHECK_EQ(9.9, a4->Get(context.local(), v8::Integer::New(isolate, 2))
5386 CHECK_EQ(10.11, a4->Get(context.local(), v8::Integer::New(isolate, 3))
5960 v8::Local<Value> a4[argc] = {v8_num(6), v8_num(4), v8_num(5), v8_num(4)};
5961 fun->Call(context.local(), fun, argc, a4).ToLocalChecked();
11621 Local<v8::Value> a4 =
11624 CHECK(a4->StrictEquals(instance));
11664 Local<v8::Value> a4 =
11668 CHECK(a4->IsStringObject());
11669 CHECK(a4.As<v8::StringObject>()->ValueOf()->StrictEquals(v8_str("hello")));