Searched refs:argFunc (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_arguments_test.cpp | 38 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 40 thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(argFunc), argFunc); in HWTEST_F_L0() 61 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 63 thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(argFunc), argFunc); in HWTEST_F_L0() 83 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 85 thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(argFunc), argFunc); in HWTEST_F_L0() 103 JSHandle<JSTaggedValue> argFunc(threa in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 1683 JSTaggedType argFunc = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1685 JSFunction::SetFunctionNameNoPrefix(thread, reinterpret_cast<JSFunction *>(argFunc), argName); in DEF_RUNTIME_STUBS()
|
Completed in 9 milliseconds