Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc1056 Label check_argc(this), update_argc(this), done_argc(this); in TF_BUILTIN() local
1058 Branch(IsSharedFunctionInfoDontAdaptArguments(shared), &done_argc, in TF_BUILTIN()
1062 &done_argc); in TF_BUILTIN()
1065 Goto(&done_argc); in TF_BUILTIN()
1066 BIND(&done_argc); in TF_BUILTIN()