| /arkcompiler/ets_runtime/test/moduletest/container/ |
| H A D | container.js | 50 var string = "container test end" variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_string_iterator.cpp | 20 CreateStringIterator(const JSThread *thread, const JSHandle<EcmaString> &string) CreateStringIterator() argument
|
| H A D | global_env.cpp | 36 JSHandle<JSTaggedValue> GlobalEnv::GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &string) in GetSymbol() argument
|
| H A D | js_segment_iterator.cpp | 60 CreateSegmentIterator(JSThread *thread, icu::BreakIterator* icuBreakIterator, const JSHandle<EcmaString> &string, GranularityOption granularity) CreateSegmentIterator() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | json_builder.cpp | 25 void JsonEscape(std::ostream &os, std::string_view string) in JsonEscape() argument
|
| H A D | string_helpers.h | 31 namespace panda::helpers::string { namespace in panda::helpers
|
| H A D | json_builder.h | 85 void Stringify(std::string_view string) in Stringify() argument 90 void Stringify(const char *string) in Stringify() argument
|
| H A D | json_parser.cpp | 195 std::string string; in GetString() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | json_builder.cpp | 25 void JsonEscape(std::ostream &os, std::string_view string) in JsonEscape() argument
|
| H A D | string_helpers.h | 31 namespace ark::helpers::string { namespace in ark::helpers
|
| H A D | json_builder.h | 89 void Stringify(std::string_view string) in Stringify() argument 94 void Stringify(const char *string) in Stringify() argument
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| H A D | string_logger.rb | 31 def string method in TestRunner.Reporters.StringLogger 49 def string method in TestRunner.Reporters.SeparateFileLogger
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| H A D | string_logger.rb | 31 def string method in TestRunner.Reporters.StringLogger 49 def string method in TestRunner.Reporters.SeparateFileLogger
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | dumper.cpp | 50 std::cout << "\"" << string << "\"; "; in DumpStrings() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_type_generator.h | 40 static uint32_t ComputeHashCode(const CString &string) in ComputeHashCode() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_verification_test.cpp | 49 JSHandle<EcmaString> string = objectFactory->NewFromASCII("123"); in HWTEST_F_L0() local
|
| H A D | read_only_space_test.cpp | 117 JSHandle<EcmaString> string = factory->NewFromStdString(rawStr); in HWTEST_F_L0() local 147 JSHandle<EcmaString> string = factory->NewFromStdString(rawStr); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/ |
| H A D | ws_logger.cpp | 59 ms << string; in write() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_string_iterator_test.cpp | 34 JSHandle<EcmaString> string = factory->NewFromUtf8(&keyCStr[0]); in CreateBuiltinsJSStringIterator() local 57 CString string = "没有"; in HWTEST_F_L0() local 77 CString string = "没?"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.h | 106 GateRef GetParentFromSlicedString(GateRef string)
in GetParentFromSlicedString() argument 111 GateRef GetStartIndexFromSlicedString(GateRef string)
in GetStartIndexFromSlicedString() argument 116 GateRef GetHasBackingStoreFromSlicedString(GateRef string)
in GetHasBackingStoreFromSlicedString() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_tracker_second_test.cpp | 134 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local 170 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local 206 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local 242 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | hash_test.cpp | 94 char string[] = "Over 1000!\0"; in OneStringHashTest() local 108 char string[] = "COULD YOU CREATE MORE COMPLEX TESTS,OK?\0"; in StringMemHashTest() local 125 char *string = in EndOfPageStringHashTest() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | hash_test.cpp | 98 char string[] = "Over 1000!\0"; in OneStringHashTest() local 113 char string[] = "COULD YOU CREATE MORE COMPLEX TESTS,OK?\0"; in StringMemHashTest() local 130 auto string = reinterpret_cast<char *>((reinterpret_cast<uintptr_t>(mem) + PAGE_SIZE) - sizeof(char) * stringSize); in EndOfPageStringHashTest() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | default_inspector_extension.cpp | 116 auto string = coretypes::String::Cast(const_cast<ObjectHeader *>(object)); in GetAsString() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_segmenter.cpp | 91 JSHandle<EcmaString> string = JSTaggedValue::ToString(thread, stringValue); in Segment() local
|