Home
last modified time | relevance | path

Searched defs:GetString (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
Dcode.js21 exports.GetString = function () { return "abc"; } class in exports
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.cpp44 const util::StringView &Literal::GetString() const in GetString() function in panda::es2panda::ir::Literal
/arkcompiler/toolchain/test/fuzztest/common_fuzzer/
Dcommon_fuzzer.h47 std::string common_fuzzer::GetString(const uint8_t* data, size_t size) in GetString() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp29 std::pair<EcmaString *, uint32_t> EcmaStringTable::GetString(const JSHandle<EcmaString> &firstStrin… in GetString() function in panda::ecmascript::EcmaStringTable
47 std::pair<EcmaString *, uint32_t> EcmaStringTable::GetString(const uint8_t *utf8Data, in GetString() function in panda::ecmascript::EcmaStringTable
61 std::pair<EcmaString *, uint32_t> EcmaStringTable::GetString(const uint16_t *utf16Data, uint32_t ut… in GetString() function in panda::ecmascript::EcmaStringTable
74 EcmaString *EcmaStringTable::GetString(EcmaString *string) const in GetString() function in panda::ecmascript::EcmaStringTable
Delements.cpp40 std::string Elements::GetString(ElementsKind kind) in GetString() function in panda::ecmascript::Elements
Decma_string.h1016 EcmaString *GetString() const in GetString() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.cpp58 CString *StringHashMap::GetString(const CString &cstr) in GetString() function in panda::ecmascript::StringHashMap
Dheap_snapshot.cpp41 CString *HeapSnapshot::GetString(const CString &as) in GetString() function in panda::ecmascript::HeapSnapshot
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h140 GateRef GetString() const in GetString() function
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.cpp92 coretypes::String *StringTable::Table::GetString(const uint8_t *utf8Data, uint32_t utf16Length, boo… in GetString() function in panda::StringTable::Table
106 coretypes::String *StringTable::Table::GetString(const uint16_t *utf16Data, uint32_t utf16Length, in GetString() function in panda::StringTable::Table
120 coretypes::String *StringTable::Table::GetString(coretypes::String *string, [[maybe_unused]] const … in GetString() function in panda::StringTable::Table
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.h94 const std::string &GetString() const in GetString() function
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp193 bool JsonObject::Parser::GetString(char delim) in GetString() function in panda::JsonObject::Parser
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.cpp206 bool JsonObject::Parser::GetString(char delim) in GetString() function in panda::JsonObject::Parser
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp341 std::string PtJson::GetString() const in GetString() function in panda::ecmascript::tooling::PtJson
428 Result PtJson::GetString(const char *key, std::string *value) const in GetString() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h122 const char *GetString(size_t offset) const in GetString() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h175 inline std::string GetString(napi_env env, napi_value jsVal) in GetString() function
Djs_value.h138 JSValueStringStorage::CachedEntry GetString() const in GetString() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h153 static std::string GetString(napi_env env, napi_value jsStr) in GetString() function
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp170 std::string GetString() const noexcept in GetString() function in panda::ComplexClass
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h434 const ChunkVector<char> &GetString() const in GetString() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp24 std::string GetString(EtsEnv *env, ets_string const &estr) in GetString() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h6355 uintptr_t GetString() const in GetString() function