Home
last modified time | relevance | path

Searched defs:strB (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/dynamicimportsharedmodule/
Dstring.ts24 export var strB : string = "(This is strB!)"; variable
/arkcompiler/ets_runtime/test/moduletest/sendableclassuseimport/
Dstring.ts24 export var strB : string = "(This is strB!)"; variable
/arkcompiler/ets_runtime/test/moduletest/require/
Drequire.js25 var strB = JSON.stringify(b); variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Drunslots_allocator_test.cpp251 char *strB = reinterpret_cast<char *>(allocator.Alloc(SIZE1)); in TEST_F() local