Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-branch-elimination.js80 function testString() { function
/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/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.cpp1183 … JSHandle<JSTaggedValue> testString = JSHandle<JSTaggedValue>(factory->NewFromASCII("testString")); 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
397 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local
419 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local
2266 Local<StringRef> testString = StringRef::NewFromUtf8(vm_, test.c_str()); in HWTEST_F_L0() local
Djsnapi_second_tests.cpp998 Local<StringRef> testString = StringRef::NewFromUtf16(vm_, test); in HWTEST_F_L0() local
1018 Local<StringRef> testString = StringRef::NewFromUtf16(vm_, test); in HWTEST_F_L0() local