Searched refs:DontAdaptArguments (Results 1 – 6 of 6) sorted by relevance
472 fun->shared()->DontAdaptArguments(); in SimpleCreateFunction()631 empty_function->shared()->DontAdaptArguments(); in CreateEmptyFunction()675 function->shared()->DontAdaptArguments(); in GetThrowTypeErrorIntrinsic()768 object_fun->shared()->DontAdaptArguments(); in CreateObjectFunction()1361 error_fun->shared()->DontAdaptArguments(); in InstallError()1423 function->shared()->DontAdaptArguments(); in InstallMakeError()1571 function_fun->shared()->DontAdaptArguments(); in InitializeGlobal()1671 array_function->shared()->DontAdaptArguments(); in InitializeGlobal()1819 number_fun->shared()->DontAdaptArguments(); in InitializeGlobal()1936 boolean_fun->shared()->DontAdaptArguments(); in InitializeGlobal()[all …]
9658 fun->shared()->DontAdaptArguments(); in GetBuiltin()
1262 result->DontAdaptArguments(); in GetOrCreateSharedFunctionInfo()
120 fun->shared()->DontAdaptArguments(); in InstallContextFunction()
273 inline void DontAdaptArguments();
279 void SharedFunctionInfo::DontAdaptArguments() { in DontAdaptArguments() function