Searched refs:resource_name_length (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-snapshot.h | 56 …_value_t jerry_generate_snapshot (const jerry_char_t *resource_name_p, size_t resource_name_length, 59 …jerry_generate_function_snapshot (const jerry_char_t *resource_name_p, size_t resource_name_length,
|
D | jerryscript-core.h | 365 jerry_value_t jerry_parse (const jerry_char_t *resource_name_p, size_t resource_name_length, 367 …rry_value_t jerry_parse_function (const jerry_char_t *resource_name_p, size_t resource_name_length,
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-snapshot.c | 733 size_t resource_name_length, /**< script resource name length */ in jerry_generate_snapshot_with_args() argument 744 JERRY_UNUSED (resource_name_length); in jerry_generate_snapshot_with_args() 855 size_t resource_name_length, /**< script resource name length */ in jerry_generate_snapshot() argument 872 resource_name_length, in jerry_generate_snapshot() 882 JERRY_UNUSED (resource_name_length); in jerry_generate_snapshot() 1775 size_t resource_name_length, /**< script resource name length */ in jerry_generate_function_snapshot() argument 1794 resource_name_length, in jerry_generate_function_snapshot() 1804 JERRY_UNUSED (resource_name_length); in jerry_generate_function_snapshot()
|
D | jerry.c | 447 size_t resource_name_length, /**< length of resource name */ in jerry_parse() argument 454 && resource_name_length > 0) in jerry_parse() 459 resource_name_length); in jerry_parse() 463 JERRY_UNUSED (resource_name_length); in jerry_parse() 470 if (resource_name_length == 0) in jerry_parse() 477 … (lit_utf8_size_t) resource_name_length); in jerry_parse() 521 size_t resource_name_length, /**< length of resource name */ in jerry_parse_function() argument 534 resource_name_length); in jerry_parse_function() 538 JERRY_UNUSED (resource_name_length); in jerry_parse_function() 548 if (resource_name_length == 0) in jerry_parse_function() [all …]
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 1027 size_t resource_name_length, /**< length of resource name */ 1034 - `resource_name_length` - size of the resource name, in bytes. 1042 *Changed in version 2.0*: Added `resource_name_p`, and `resource_name_length` arguments. 1090 size_t resource_name_length, /**< length of resource name */ 1099 - `resource_name_length` - size of the resource name, in bytes. 7173 size_t resource_name_length, 7182 - `resource_name_length` - length of resource name. 7262 size_t resource_name_length, 7273 - `resource_name_length` - length of resource name.
|