Home
last modified time | relevance | path

Searched defs:getString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/get_values/bu_d2d/
Dget_values_j2j.js128 this.getString = function() { method
/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/get_values/bu_d2s/
Dget_values_j2a.js137 this.getString = function() { method
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
Dindex.js85 getString() { method in GenericInterface
162 getString() { method
Dindex.ts92 public getString: TFunctionReturnsString = function (): Object { property in GenericInterface
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp154 std::string getString() const noexcept in getString() function in panda::ComplexClass
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp104 KStringPtr getString(napi_env env, napi_value value) in getString() function