Home
last modified time | relevance | path

Searched refs:DontAdaptArguments (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dbootstrapper.cc472 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 …]
Dapi.cc9658 fun->shared()->DontAdaptArguments(); in GetBuiltin()
Dobjects.cc1262 result->DontAdaptArguments(); in GetOrCreateSharedFunctionInfo()
/external/v8/src/builtins/
Dbuiltins-console.cc120 fun->shared()->DontAdaptArguments(); in InstallContextFunction()
/external/v8/src/objects/
Dshared-function-info.h273 inline void DontAdaptArguments();
Dshared-function-info-inl.h279 void SharedFunctionInfo::DontAdaptArguments() { in DontAdaptArguments() function