Home
last modified time | relevance | path

Searched refs:set_internal_formal_parameter_count (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-struct.cc71 info->set_internal_formal_parameter_count(JSParameterCount(0)); in BUILTIN()
Dbuiltins-intl.cc249 info->set_internal_formal_parameter_count(JSParameterCount(len)); in CreateBoundFunction()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc57 set_internal_formal_parameter_count(JSParameterCount(0)); in Init()
497 shared_info->set_internal_formal_parameter_count( in InitFromFunctionLiteral()
Dshared-function-info.h298 inline void set_internal_formal_parameter_count(int value);
Dshared-function-info-inl.h135 void SharedFunctionInfo::set_internal_formal_parameter_count(int value) { in set_internal_formal_parameter_count() function
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc63 shared->set_internal_formal_parameter_count(JSParameterCount(len)); in CreateSharedFunctionInfo()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc2016 shared->set_internal_formal_parameter_count(JSParameterCount(arity)); in New()
2138 js_function->shared().set_internal_formal_parameter_count( in New()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc554 fun->shared().set_internal_formal_parameter_count(JSParameterCount(len)); in SimpleCreateFunction()
2418 shared->set_internal_formal_parameter_count(JSParameterCount(1)); in InitializeGlobal()
2486 shared->set_internal_formal_parameter_count(JSParameterCount(2)); in InitializeGlobal()
3782 proxy_function->shared().set_internal_formal_parameter_count( in InitializeGlobal()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc940 fun->shared().set_internal_formal_parameter_count(i::JSParameterCount(0)); in GetBuiltin()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1778 raw.set_internal_formal_parameter_count(JSParameterCount(parameter_count)); in CreateJSFunction()