D | builtins_stubs.cpp | 84 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath() function in panda::ecmascript::kungfu::BuiltinsStubBuilder 210 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget); in DECLARE_BUILTINS() 318 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 479 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 558 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 579 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 600 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 621 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 642 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() 663 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS() [all …]
|