Home
last modified time | relevance | path

Searched refs:Repeat (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h77 V("repeat", Repeat, 1, INVALID) \
197 static JSTaggedValue Repeat(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp811 // Repeat, while k < strLen, in ToWellFormed()
965 JSTaggedValue BuiltinsString::Repeat(EcmaRuntimeCallInfo *argv) in Repeat() function in panda::ecmascript::builtins::BuiltinsString
968 BUILTINS_API_TRACE(argv->GetThread(), String, Repeat); in Repeat()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h812 V(String, Repeat) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp695 JSTaggedValue result = BuiltinsString::Repeat(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp470 reinterpret_cast<uintptr_t>(BuiltinsString::Repeat),
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 41 milliseconds