Home | History | Annotate | Download | only in src

Lines Matching refs:num_elems

2678     const int num_elems = 2;
2679 const int num_bytes = num_elems * sizeof(uint32_t);
2689 v8::Local<v8::Uint32Array> ta = v8::Uint32Array::New(buffer, 0, num_elems);