Home
last modified time | relevance | path

Searched defs:args_count (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.h80 const char* GetName(int args_count) { in GetName() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-native-instanceof.cpp25 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 Dtest-abort.cpp24 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 Dtest-proxy.cpp63 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 Dtest-resource-name.cpp24 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 Djerry-module-test.c141 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 Dbuiltins-shadowrealm-gen.cc217 TNode<Int32T> args_count = Int32Constant(0); // args already on the stack in TF_BUILTIN() local
H A Dbuiltins-constructor-gen.cc121 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 Dbuiltins-call-gen.cc277 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 Dpfrgload.c359 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 Druntime-scopes.cc388 int args_count = frame->GetActualArgumentCount(); in GetCallerArguments() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c107 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 Decma-promise-object.c624 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 Dopcodes.c769 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 Dtranslated-state.cc1952 GetArgumentsInfoFromJSFrameIndex( int jsframe_index, int* args_count) GetArgumentsInfoFromJSFrameIndex() argument
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc715 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 Djerry.c2812 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...]

Completed in 23 milliseconds