Searched defs:getStr (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/ | ||
| D | interface_method.ts | 76 getStr(): string; method |
| D | interface_method.js | 93 withOptionalMethodClass.prototype.getStr = function () { method in withOptionalMethodClass |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/ | ||
| D | qualified_call.js | 35 getStr: function (inputStr) { method |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | js_object.cpp | 2216 JSHandle<JSTaggedValue> getStr = globalConst->GetHandledGetString(); in FromPropertyDescriptor() local |