Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-internal-routines-template.inc.h96 ECMA_ROUTINE_VALUE (ECMA_ROUTINE_ ## name ## c_function_name, length_prop_value) \
103 ECMA_ROUTINE_VALUE (ECMA_ROUTINE_ ## name ## c_function_name, length_prop_value) \
110 ECMA_ROUTINE_VALUE (ECMA_ROUTINE_ ## name ## c_function_name, length_prop_value) \
133 ECMA_ROUTINE_VALUE (c_function_name, length_prop_value) \
140 ECMA_ROUTINE_VALUE (c_function_name, length_prop_value) \
147 ECMA_ROUTINE_VALUE (c_function_name, length_prop_value) \
Decma-builtins.h54 #define ECMA_ROUTINE_VALUE(id, length) (((id) << 4) | length) macro