Home
last modified time | relevance | path

Searched defs:testString (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/strings/
Dstrings_test.cpp39 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/
Dtest_function_arg_type_union_call.js21 let testString = 'test'; variable
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-branch-elimination.js80 function testString() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/
Dincorrect_conversion_types.js29 testString: 'Test', property
Dincorrect_conversion_types.ts18 testString: string; property
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js79 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/
Dtest_class_methods.js219 constructor(testNumber, testString) { argument
243 testString: 'Test', property
Dtest_class_methods.ts36 testString: string; property
168 testString: string; property in TestClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_return_this/
Dtest_return_this.ts26 testString: string; property in TestClass
/arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/
Dscript1.js75 const testString = "A man, a plan, a canal: Panama"; constant
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_string_test.cpp48 JSHandle<EcmaString> testString = factory->NewFromASCII("bar2bazJavaScriptbaz"); in HWTEST_F_L0() local
Dtagged_value_test.cpp1187 …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
Decma_string_test.cpp1770 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/
Dheap_tracker_third_test.cpp229 std::string testString = "Hello!"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp326 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
Djsnapi_second_tests.cpp1009 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