/third_party/jerryscript/tests/unit-ext/module/ |
D | jerry-module-test.c | 144 const jerry_length_t args_count) in handle_clear_require_cache() 160 const jerry_length_t args_count) in handle_require()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-proxy.cpp | 66 const jerry_length_t args_count) /**< number of function arguments */ in handler_get() 92 const jerry_length_t args_count) /**< number of function arguments */ in handler_set()
|
D | test-abort.cpp | 27 const jerry_length_t args_count) in callback_func()
|
D | test-native-instanceof.cpp | 28 const jerry_size_t args_count) in external_function()
|
D | test-resource-name.cpp | 27 const jerry_length_t args_count) /**< argument count */ in resource_name_handler()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-call-gen.cc | 277 TNode<Int32T> args_count = in CallOrConstructWithArrayLike() local 327 TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) { in CallOrConstructDoubleVarargs() 355 TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) { in CallOrConstructWithSpread() 528 auto args_count = UncheckedParameter<Int32T>(Descriptor::kArgumentsCount); in TF_BUILTIN() local 537 auto args_count = UncheckedParameter<Int32T>(Descriptor::kArgumentsCount); in TF_BUILTIN() local 552 auto args_count = UncheckedParameter<Int32T>(Descriptor::kArgumentsCount); in TF_BUILTIN() local
|
D | builtins-constructor-gen.cc | 121 auto args_count = in TF_BUILTIN() local 131 auto args_count = in TF_BUILTIN() local 145 auto args_count = in TF_BUILTIN() local
|
D | builtins-shadowrealm-gen.cc | 217 TNode<Int32T> args_count = Int32Constant(0); // args already on the stack in TF_BUILTIN() local
|
/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.h | 80 const char* GetName(int args_count) { in GetName()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes.c | 772 const ecma_length_t args_count) /**< argument number */ in ecma_op_implicit_constructor_handler_cb() 796 … const ecma_length_t args_count) /**< argument number */ in ecma_op_implicit_constructor_handler_heritage_cb()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 715 TNode<Word32T> args_count = args.reg_count(); in CallJSAndDispatch() local 791 TNode<Word32T> args_count = args.reg_count(); in CallJSWithSpreadAndDispatch() local 810 TNode<Word32T> args_count = JSParameterCount(args.reg_count()); in Construct() local 961 TNode<Word32T> args_count = JSParameterCount(args.reg_count()); in ConstructWithSpread() local
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 359 FT_UInt format, format_low, args_format = 0, args_count, n; in pfr_glyph_load_simple() local
|
/third_party/rust/crates/clap/src/parser/ |
D | validator.rs | 115 let args_count = matcher in validate_exclusive() localVariable
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-promise-object.c | 627 const ecma_length_t args_count) /**< argument number */ in ecma_op_get_capabilities_executor_cb()
|
D | ecma-proxy-object.c | 110 const ecma_length_t args_count) /**< argument number */ in ecma_proxy_revoke_cb()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 2818 const jerry_size_t args_count) /**< number of the arguments */ in jerry_invoke_function() 2869 jerry_size_t args_count) /**< number of the arguments */ in jerry_call_function() 2918 jerry_size_t args_count) /**< number of the arguments */ in jerry_construct_object()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-scopes.cc | 388 int args_count = frame->GetActualArgumentCount(); in GetCallerArguments() local
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 1953 int jsframe_index, int* args_count) { in GetArgumentsInfoFromJSFrameIndex()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 6955 const int args_count = wasm_param_count + 1; // +1 for wasm_code. in BuildJSToWasmWrapper() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 29195 int args_count; member
|