Home | History | Annotate | Download | only in cctest

Lines Matching defs:create_params

1213   v8::Isolate::CreateParams create_params;
1215 create_params.constraints.set_max_semi_space_size(1);
1216 create_params.constraints.set_max_old_space_size(4);
1217 v8::Isolate* isolate = v8::Isolate::New(create_params);