Searched defs:Trim (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
D | vtable.cpp | 68 void VTable::Trim(const JSThread *thread, uint32_t newLength) in Trim() function in panda::ecmascript::VTable |
D | tagged_array-inl.h | 242 void TaggedArray::Trim(const JSThread *thread, uint32_t newLength) in Trim() function |
D | ecma_string.cpp | 868 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 | 1019 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 | 1695 JSTaggedValue BuiltinsString::Trim(EcmaRuntimeCallInfo *argv) in Trim() function in panda::ecmascript::builtins::BuiltinsString |