Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_symbol_test.cpp299 auto otherEcmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local
300 otherEcmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0()
301 otherEcmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0()
302 otherEcmaRuntimeCallInfo->SetCallArg(0, string.GetTaggedValue()); in HWTEST_F_L0()
304 prev = TestHelper::SetupFrame(thread, otherEcmaRuntimeCallInfo); in HWTEST_F_L0()
305 JSTaggedValue result1 = BuiltinsSymbol::SymbolConstructor(otherEcmaRuntimeCallInfo); in HWTEST_F_L0()

Completed in 2 milliseconds