Searched defs:Trim (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | tagged_array-inl.h | 174 void TaggedArray::Trim(JSThread *thread, uint32_t newLength) in Trim() function |
| D | ecma_string.cpp | 707 EcmaString *EcmaString::Trim(const JSThread *thread, const JSHandle<EcmaString> &src, TrimMode mode) in Trim() function in panda::ecmascript::EcmaString |
| /arkcompiler/ets_runtime/ecmascript/tests/ | ||
| D | tagged_array_test.cpp | 170 HWTEST_F_L0(TaggedArrayTest, Trim) in HWTEST_F_L0() argument |
| /arkcompiler/toolchain/tooling/agent/ | ||
| D | debugger_impl.cpp | 866 std::string DebuggerImpl::Trim(const std::string &str) in Trim() function in panda::ecmascript::tooling::DebuggerImpl |
| /arkcompiler/ets_runtime/ecmascript/builtins/ | ||
| D | builtins_string.cpp | 1628 JSTaggedValue BuiltinsString::Trim(EcmaRuntimeCallInfo *argv) in Trim() function in panda::ecmascript::builtins::BuiltinsString |