| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/strings/ |
| D | strings_test.cpp | 39 std::string testString = "testString"; in TEST_F() local 57 std::string testString = "testString"; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/js_suites/ |
| D | test_function_arg_type_union_call.js | 21 let testString = 'test'; variable
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/ |
| D | test-branch-elimination.js | 80 function testString() { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/ |
| D | incorrect_conversion_types.js | 29 testString: 'Test', property
|
| D | incorrect_conversion_types.ts | 18 testString: string; property
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 79 const testString = "Contact me at support@example.com for assistance."; constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/ |
| D | test_class_methods.js | 219 constructor(testNumber, testString) { argument 243 testString: 'Test', property
|
| D | test_class_methods.ts | 36 testString: string; property 168 testString: string; property in TestClass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_return_this/ |
| D | test_return_this.ts | 26 testString: string; property in TestClass
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/ |
| D | script1.js | 75 const testString = "A man, a plan, a canal: Panama"; constant
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | template_string_test.cpp | 48 JSHandle<EcmaString> testString = factory->NewFromASCII("bar2bazJavaScriptbaz"); in HWTEST_F_L0() local
|
| D | tagged_value_test.cpp | 1187 …JSHandle<JSTaggedValue> testString = JSHandle<JSTaggedValue>(factory->NewFromASCII(TEST_STRING.c_s… in HWTEST_F_L0() local 1244 …JSHandle<JSTaggedValue> testString = JSHandle<JSTaggedValue>(factory->NewFromASCII(TEST_STRING.c_s… in HWTEST_F_L0() local
|
| D | ecma_string_test.cpp | 1770 JSHandle<EcmaString> testString = factory->NewFromASCII("bar2bazJavaScriptbaz"); in HWTEST_F_L0() local 1784 JSHandle<EcmaString> testString = factory->NewFromASCII("test"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_third_test.cpp | 229 std::string testString = "Hello!"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 326 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local 348 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local 421 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local 443 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local 2343 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local
|
| D | jsnapi_second_tests.cpp | 1009 Local<StringRef> testString = StringRef::NewFromUtf16(vm_, test); in HWTEST_F_L0() local 1029 Local<StringRef> testString = StringRef::NewFromUtf16(vm_, test); in HWTEST_F_L0() local
|