Searched refs:FunctionPrototypeInvokeSelf (Results 1 – 5 of 5) sorted by relevance
29 static JSTaggedValue FunctionPrototypeInvokeSelf(EcmaRuntimeCallInfo *argv);
40 JSTaggedValue BuiltinsFunction::FunctionPrototypeInvokeSelf([[maybe_unused]] EcmaRuntimeCallInfo *a… in FunctionPrototypeInvokeSelf() function in panda::ecmascript::builtins::BuiltinsFunction
474 reinterpret_cast<void *>(Function::FunctionPrototypeInvokeSelf), in InitializeFunction()
887 …ewMethodForNativeFunction(reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf)); in HWTEST_F_L0()933 …ewMethodForNativeFunction(reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf)); in HWTEST_F_L0()1219 void *data = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0()1227 void *cb = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0()1247 void *data1 = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0()1248 void *data2 = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0()1283 void *cb = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0()1305 void *data = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0()
202 reinterpret_cast<uintptr_t>(Function::FunctionPrototypeInvokeSelf),