Home
last modified time | relevance | path

Searched refs:blob1 (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1075 OHOS::buffer::Blob *blob1 = new OHOS::buffer::Blob(); variable
1076 blob->Init(blob1, 1, 0);
1077 blob->Init(blob1, 1, -1);
1083 delete blob1;
1084 blob1 = nullptr;
/commonlibrary/ets_utils/
DREADME.md1246 let blob1 = new buffer.Blob(['a', 'b', 'c'], {endings:'native', type: 'MIME'});