Home
last modified time | relevance | path

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/
Dinterface_method.ts76 getStr(): string; method
84 getStr(): string { method in WithOptionalMethodClass
90 getStr(): string { method in WithoutOptionalMethodClass
Dinterface_method.js93 withOptionalMethodClass.prototype.getStr = function () { method in withOptionalMethodClass
101 withoutOptionalMethodClass.prototype.getStr = function () { method in withoutOptionalMethodClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/
Dqualified_call.js35 getStr: function (inputStr) { method
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2216 JSHandle<JSTaggedValue> getStr = globalConst->GetHandledGetString(); in FromPropertyDescriptor() local