| /third_party/node/deps/v8/src/profiler/ |
| H A D | profiler-listener.h | 80 const char* GetName(int args_count) { in GetName() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-native-instanceof.cpp | 25 external_function(const jerry_value_t function_obj, const jerry_value_t this_arg, const jerry_value_t args_p[], const jerry_size_t args_count) external_function() argument
|
| H A D | test-abort.cpp | 24 callback_func(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) callback_func() argument
|
| H A D | test-proxy.cpp | 63 handler_get(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handler_get() argument 89 handler_set(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handler_set() argument
|
| H A D | test-resource-name.cpp | 24 resource_name_handler(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) resource_name_handler() argument
|
| /third_party/jerryscript/tests/unit-ext/module/ |
| H A D | jerry-module-test.c | 141 handle_clear_require_cache(const jerry_value_t js_function, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handle_clear_require_cache() argument 157 handle_require(const jerry_value_t js_function, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handle_require() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-shadowrealm-gen.cc | 217 TNode<Int32T> args_count = Int32Constant(0); // args already on the stack in TF_BUILTIN() local
|
| H A 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
|
| H A D | builtins-call-gen.cc | 277 TNode<Int32T> args_count = in CallOrConstructWithArrayLike() local 324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument 353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument 528 auto args_count = UncheckedParameter<Int32T>(Descriptor::kArgumentsCount); TF_BUILTIN() local 537 auto args_count = UncheckedParameter<Int32T>(Descriptor::kArgumentsCount); TF_BUILTIN() local 552 auto args_count = UncheckedParameter<Int32T>(Descriptor::kArgumentsCount); TF_BUILTIN() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrgload.c | 359 FT_UInt format, format_low, args_format = 0, args_count, n; in pfr_glyph_load_simple() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-scopes.cc | 388 int args_count = frame->GetActualArgumentCount(); in GetCallerArguments() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-proxy-object.c | 107 ecma_proxy_revoke_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_proxy_revoke_cb() argument
|
| H A D | ecma-promise-object.c | 624 ecma_op_get_capabilities_executor_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_op_get_capabilities_executor_cb() argument
|
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | opcodes.c | 769 ecma_op_implicit_constructor_handler_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_op_implicit_constructor_handler_cb() argument 793 ecma_op_implicit_constructor_handler_heritage_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_op_implicit_constructor_handler_heritage_cb() argument
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | translated-state.cc | 1952 GetArgumentsInfoFromJSFrameIndex( int jsframe_index, int* args_count) GetArgumentsInfoFromJSFrameIndex() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A 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 in ConstructWithSpread() local [all...] |
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 2812 jerry_invoke_function(bool is_invoke_as_constructor, const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_size_t args_count) jerry_invoke_function() argument 2866 jerry_call_function(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], jerry_size_t args_count) jerry_call_function() argument 2915 jerry_construct_object(const jerry_value_t func_obj_val, const jerry_value_t args_p[], jerry_size_t args_count) jerry_construct_object() argument [all...] |