Home
last modified time | relevance | path

Searched defs:arguments_list (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date-prototype.c348const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_date_prototype_dispatch_set()
599const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_date_prototype_dispatch_routine()
Decma-builtin-reflect.c83 const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_reflect_dispatch_routine()
Decma-builtin-math.c341 const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_math_dispatch_routine()
Decma-builtin-internal-routines-template.inc.h237 const ecma_value_t arguments_list[], /**< list of arguments in DISPATCH_ROUTINE_ROUTINE_NAME()
Decma-builtin-json.c675 ecma_value_t arguments_list[2]; in ecma_builtin_json_internalize_property() local