Home
last modified time | relevance | path

Searched refs:TrimLeft (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dstring_utils.h25 inline void TrimLeft(std::string &str) in TrimLeft() function
38 TrimLeft(str); in Trim()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h112 V("trimLeft", TrimLeft, 0, StringTrimLeft) \
229 static JSTaggedValue TrimLeft(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp2082 JSTaggedValue BuiltinsString::TrimLeft(EcmaRuntimeCallInfo *argv) in TrimLeft() function in BuiltinsString
2085 BUILTINS_API_TRACE(argv->GetThread(), String, TrimLeft); in TrimLeft()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h171 EtsString *TrimLeft() in TrimLeft() function in ark::ets::EtsString
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp493 return thisStr->TrimLeft(); in StdCoreStringTrimLeft()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h66 V(TrimLeft, String, Undefined()) \
H A Dbuiltins_string_stub_builder.cpp3034 void BuiltinsStringStubBuilder::TrimLeft(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, in TrimLeft() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h828 V(String, TrimLeft) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp487 reinterpret_cast<uintptr_t>(BuiltinsString::TrimLeft),

Completed in 19 milliseconds